#cfcc8c
a light, soft yellow · cool · closest name: khaki
RGB
207, 204, 140
HSL
57°, 41%, 68%
CMYK
0, 1, 32, 19
Luminance
0.5834
Every format
| HEX | #cfcc8c |
| RGB | rgb(207, 204, 140) |
| HSL | hsl(57, 41%, 68%) |
| CMYK | cmyk(0%, 1%, 32%, 19%) |
| LAB | lab(80.9 -8.7 32.3) |
| LCH | lch(80.9 33.5 105.1) |
| OKLCH | oklch(0.833 0.083 105.8) |
Copy-ready code
/* CSS */
color: #cfcc8c;
background-color: #cfcc8c;
/* Tailwind (arbitrary) */
class="text-[#cfcc8c] bg-[#cfcc8c]"
/* SCSS */
$brand: #cfcc8c;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.549)
/* Android */
Color.parseColor("#cfcc8c")Accessibility — WCAG contrast
Aa
#cfcc8c on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcc8c on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow32.4%
Key (black)18.8%
Color previews
#cfcc8c text on a black background
contrast 12.67:1
Card sample
#cfcc8c text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcc8c;
Background color
Panel with #cfcc8c background
background-color: #cfcc8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcc8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcc8c; background: linear-gradient(135deg, #cfcc8c, #A5CF8C);