#cfcc84
a light, soft yellow · cool · closest name: khaki
RGB
207, 204, 132
HSL
58°, 44%, 67%
CMYK
0, 1, 36, 19
Luminance
0.5812
Every format
| HEX | #cfcc84 |
| RGB | rgb(207, 204, 132) |
| HSL | hsl(58, 44%, 67%) |
| CMYK | cmyk(0%, 1%, 36%, 19%) |
| LAB | lab(80.8 -9.7 36.3) |
| LCH | lch(80.8 37.5 104.9) |
| OKLCH | oklch(0.831 0.093 106.2) |
Copy-ready code
/* CSS */
color: #cfcc84;
background-color: #cfcc84;
/* Tailwind (arbitrary) */
class="text-[#cfcc84] bg-[#cfcc84]"
/* SCSS */
$brand: #cfcc84;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.518)
/* Android */
Color.parseColor("#cfcc84")Accessibility — WCAG contrast
Aa
#cfcc84 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcc84 on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow36.2%
Key (black)18.8%
Color previews
#cfcc84 text on a black background
contrast 12.62:1
Card sample
#cfcc84 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcc84;
Background color
Panel with #cfcc84 background
background-color: #cfcc84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcc84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcc84; background: linear-gradient(135deg, #cfcc84, #A0CF84);