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