#cfcc6f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 204, 111
HSL
58°, 50%, 62%
CMYK
0, 1, 46, 19
Luminance
0.5760
Every format
| HEX | #cfcc6f |
| RGB | rgb(207, 204, 111) |
| HSL | hsl(58, 50%, 62%) |
| CMYK | cmyk(0%, 1%, 46%, 19%) |
| LAB | lab(80.5 -11.9 46.4) |
| LCH | lch(80.5 47.9 104.3) |
| OKLCH | oklch(0.828 0.116 107.0) |
Copy-ready code
/* CSS */
color: #cfcc6f;
background-color: #cfcc6f;
/* Tailwind (arbitrary) */
class="text-[#cfcc6f] bg-[#cfcc6f]"
/* SCSS */
$brand: #cfcc6f;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.435)
/* Android */
Color.parseColor("#cfcc6f")Accessibility — WCAG contrast
Aa
#cfcc6f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcc6f on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow46.4%
Key (black)18.8%
Color previews
#cfcc6f text on a black background
contrast 12.52:1
Card sample
#cfcc6f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcc6f;
Background color
Panel with #cfcc6f background
background-color: #cfcc6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcc6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcc6f; background: linear-gradient(135deg, #cfcc6f, #92CF6F);