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