#cfda95
a light, vivid yellow · cool · closest name: khaki
RGB
207, 218, 149
HSL
70°, 48%, 72%
CMYK
5, 0, 32, 15
Luminance
0.6558
Every format
| HEX | #cfda95 |
| RGB | rgb(207, 218, 149) |
| HSL | hsl(70, 48%, 72%) |
| CMYK | cmyk(5%, 0%, 32%, 15%) |
| LAB | lab(84.8 -14.7 32.8) |
| LCH | lch(84.8 35.9 114.1) |
| OKLCH | oklch(0.864 0.091 115.7) |
Copy-ready code
/* CSS */
color: #cfda95;
background-color: #cfda95;
/* Tailwind (arbitrary) */
class="text-[#cfda95] bg-[#cfda95]"
/* SCSS */
$brand: #cfda95;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.584)
/* Android */
Color.parseColor("#cfda95")Accessibility — WCAG contrast
Aa
#cfda95 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda95 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue58.4%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow31.7%
Key (black)14.5%
Color previews
#cfda95 text on a black background
contrast 14.12:1
Card sample
#cfda95 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda95;
Background color
Panel with #cfda95 background
background-color: #cfda95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda95; background: linear-gradient(135deg, #cfda95, #A1DA95);