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