#cfd48c
a light, vivid yellow · cool · closest name: khaki
RGB
207, 212, 140
HSL
64°, 46%, 69%
CMYK
2, 0, 34, 17
Luminance
0.6225
Every format
| HEX | #cfd48c |
| RGB | rgb(207, 212, 140) |
| HSL | hsl(64, 46%, 69%) |
| CMYK | cmyk(2%, 0%, 34%, 17%) |
| LAB | lab(83.0 -12.8 35.1) |
| LCH | lch(83.0 37.4 110.0) |
| OKLCH | oklch(0.849 0.093 111.6) |
Copy-ready code
/* CSS */
color: #cfd48c;
background-color: #cfd48c;
/* Tailwind (arbitrary) */
class="text-[#cfd48c] bg-[#cfd48c]"
/* SCSS */
$brand: #cfd48c;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.549)
/* Android */
Color.parseColor("#cfd48c")Accessibility — WCAG contrast
Aa
#cfd48c on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd48c on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue54.9%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow34.0%
Key (black)16.9%
Color previews
#cfd48c text on a black background
contrast 13.45:1
Card sample
#cfd48c text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd48c;
Background color
Panel with #cfd48c background
background-color: #cfd48c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd48c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd48c; background: linear-gradient(135deg, #cfd48c, #9FD48C);