3AM Latte
#c0a98e
Looking for the precise values behind 3AM Latte (#c0a98e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c0a98e | |
|---|---|---|
| RGB | rgb(192, 169, 142) | |
| HSL | hsl(32, 28%, 65%) | |
| CMYK | cmyk(0%, 12%, 26%, 25%) | |
| LAB | lab(71, 6, 17) | |
| OKLCH | oklch(0.75 0.046 71) |
Color harmonies
Tints & shades
Code snippets
color: #c0a98e;
background-color: #c0a98e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC0A98E)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.66, blue: 0.56, alpha: 1.0)