Athena
#dcd7cc
Looking for the precise values behind Athena (#dcd7cc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dcd7cc | |
|---|---|---|
| RGB | rgb(220, 215, 204) | |
| HSL | hsl(41, 19%, 83%) | |
| CMYK | cmyk(0%, 2%, 7%, 14%) | |
| LAB | lab(86, 0, 6) | |
| OKLCH | oklch(0.88 0.016 86) |
Color harmonies
Tints & shades
Code snippets
color: #dcd7cc;
background-color: #dcd7cc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDCD7CC)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.84, blue: 0.80, alpha: 1.0)