#cfda80
a light, vivid yellow · cool · closest name: khaki
RGB
207, 218, 128
HSL
67°, 55%, 68%
CMYK
5, 0, 41, 15
Luminance
0.6497
Every format
| HEX | #cfda80 |
| RGB | rgb(207, 218, 128) |
| HSL | hsl(67, 55%, 68%) |
| CMYK | cmyk(5%, 0%, 41%, 15%) |
| LAB | lab(84.5 -17.1 43.0) |
| LCH | lch(84.5 46.3 111.8) |
| OKLCH | oklch(0.860 0.115 114.5) |
Copy-ready code
/* CSS */
color: #cfda80;
background-color: #cfda80;
/* Tailwind (arbitrary) */
class="text-[#cfda80] bg-[#cfda80]"
/* SCSS */
$brand: #cfda80;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.502)
/* Android */
Color.parseColor("#cfda80")Accessibility — WCAG contrast
Aa
#cfda80 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda80 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue50.2%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow41.3%
Key (black)14.5%
Color previews
#cfda80 text on a black background
contrast 13.99:1
Card sample
#cfda80 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda80;
Background color
Panel with #cfda80 background
background-color: #cfda80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda80; background: linear-gradient(135deg, #cfda80, #93DA80);