#cfd396
a light, soft yellow · cool · closest name: khaki
RGB
207, 211, 150
HSL
64°, 41%, 71%
CMYK
2, 0, 29, 17
Luminance
0.6206
Every format
| HEX | #cfd396 |
| RGB | rgb(207, 211, 150) |
| HSL | hsl(64, 41%, 71%) |
| CMYK | cmyk(2%, 0%, 29%, 17%) |
| LAB | lab(82.9 -11.0 29.8) |
| LCH | lch(82.9 31.8 110.3) |
| OKLCH | oklch(0.849 0.080 111.1) |
Copy-ready code
/* CSS */
color: #cfd396;
background-color: #cfd396;
/* Tailwind (arbitrary) */
class="text-[#cfd396] bg-[#cfd396]"
/* SCSS */
$brand: #cfd396;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.588)
/* Android */
Color.parseColor("#cfd396")Accessibility — WCAG contrast
Aa
#cfd396 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd396 on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue58.8%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow28.9%
Key (black)17.3%
Color previews
#cfd396 text on a black background
contrast 13.41:1
Card sample
#cfd396 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd396;
Background color
Panel with #cfd396 background
background-color: #cfd396;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd396;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd396; background: linear-gradient(135deg, #cfd396, #A6D396);