#cfda7b
a light, vivid yellow · cool · closest name: khaki
RGB
207, 218, 123
HSL
67°, 56%, 67%
CMYK
5, 0, 44, 15
Luminance
0.6484
Every format
| HEX | #cfda7b |
| RGB | rgb(207, 218, 123) |
| HSL | hsl(67, 56%, 67%) |
| CMYK | cmyk(5%, 0%, 44%, 15%) |
| LAB | lab(84.4 -17.7 45.3) |
| LCH | lch(84.4 48.7 111.3) |
| OKLCH | oklch(0.859 0.120 114.4) |
Copy-ready code
/* CSS */
color: #cfda7b;
background-color: #cfda7b;
/* Tailwind (arbitrary) */
class="text-[#cfda7b] bg-[#cfda7b]"
/* SCSS */
$brand: #cfda7b;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.482)
/* Android */
Color.parseColor("#cfda7b")Accessibility — WCAG contrast
Aa
#cfda7b on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda7b on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue48.2%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow43.6%
Key (black)14.5%
Color previews
#cfda7b text on a black background
contrast 13.97:1
Card sample
#cfda7b text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda7b;
Background color
Panel with #cfda7b background
background-color: #cfda7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda7b; background: linear-gradient(135deg, #cfda7b, #90DA7B);