#cfd48f
a light, soft yellow · cool · closest name: khaki
RGB
207, 212, 143
HSL
64°, 45%, 70%
CMYK
2, 0, 33, 17
Luminance
0.6234
Every format
| HEX | #cfd48f |
| RGB | rgb(207, 212, 143) |
| HSL | hsl(64, 45%, 70%) |
| CMYK | cmyk(2%, 0%, 33%, 17%) |
| LAB | lab(83.1 -12.4 33.6) |
| LCH | lch(83.1 35.9 110.2) |
| OKLCH | oklch(0.850 0.090 111.7) |
Copy-ready code
/* CSS */
color: #cfd48f;
background-color: #cfd48f;
/* Tailwind (arbitrary) */
class="text-[#cfd48f] bg-[#cfd48f]"
/* SCSS */
$brand: #cfd48f;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.561)
/* Android */
Color.parseColor("#cfd48f")Accessibility — WCAG contrast
Aa
#cfd48f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd48f on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue56.1%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow32.5%
Key (black)16.9%
Color previews
#cfd48f text on a black background
contrast 13.47:1
Card sample
#cfd48f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd48f;
Background color
Panel with #cfd48f background
background-color: #cfd48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd48f; background: linear-gradient(135deg, #cfd48f, #A1D48F);