#cfcc7b
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 204, 123
HSL
58°, 47%, 65%
CMYK
0, 1, 41, 19
Luminance
0.5788
Every format
| HEX | #cfcc7b |
| RGB | rgb(207, 204, 123) |
| HSL | hsl(58, 47%, 65%) |
| CMYK | cmyk(0%, 1%, 41%, 19%) |
| LAB | lab(80.7 -10.7 40.7) |
| LCH | lch(80.7 42.0 104.7) |
| OKLCH | oklch(0.830 0.103 106.6) |
Copy-ready code
/* CSS */
color: #cfcc7b;
background-color: #cfcc7b;
/* Tailwind (arbitrary) */
class="text-[#cfcc7b] bg-[#cfcc7b]"
/* SCSS */
$brand: #cfcc7b;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.482)
/* Android */
Color.parseColor("#cfcc7b")Accessibility — WCAG contrast
Aa
#cfcc7b on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcc7b on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow40.6%
Key (black)18.8%
Color previews
#cfcc7b text on a black background
contrast 12.58:1
Card sample
#cfcc7b text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcc7b;
Background color
Panel with #cfcc7b background
background-color: #cfcc7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcc7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcc7b; background: linear-gradient(135deg, #cfcc7b, #9ACF7B);