#cfd894
a light, vivid yellow · cool · closest name: khaki
RGB
207, 216, 148
HSL
68°, 47%, 71%
CMYK
4, 0, 32, 15
Luminance
0.6452
Every format
| HEX | #cfd894 |
| RGB | rgb(207, 216, 148) |
| HSL | hsl(68, 47%, 71%) |
| CMYK | cmyk(4%, 0%, 32%, 15%) |
| LAB | lab(84.2 -13.8 32.6) |
| LCH | lch(84.2 35.4 112.9) |
| OKLCH | oklch(0.859 0.089 114.4) |
Copy-ready code
/* CSS */
color: #cfd894;
background-color: #cfd894;
/* Tailwind (arbitrary) */
class="text-[#cfd894] bg-[#cfd894]"
/* SCSS */
$brand: #cfd894;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.580)
/* Android */
Color.parseColor("#cfd894")Accessibility — WCAG contrast
Aa
#cfd894 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd894 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue58.0%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow31.5%
Key (black)15.3%
Color previews
#cfd894 text on a black background
contrast 13.90:1
Card sample
#cfd894 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd894;
Background color
Panel with #cfd894 background
background-color: #cfd894;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd894;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd894; background: linear-gradient(135deg, #cfd894, #A2D894);