#cfda84
a light, vivid yellow · cool · closest name: khaki
RGB
207, 218, 132
HSL
68°, 54%, 69%
CMYK
5, 0, 39, 15
Luminance
0.6507
Every format
| HEX | #cfda84 |
| RGB | rgb(207, 218, 132) |
| HSL | hsl(68, 54%, 69%) |
| CMYK | cmyk(5%, 0%, 39%, 15%) |
| LAB | lab(84.5 -16.7 41.0) |
| LCH | lch(84.5 44.3 112.1) |
| OKLCH | oklch(0.861 0.110 114.7) |
Copy-ready code
/* CSS */
color: #cfda84;
background-color: #cfda84;
/* Tailwind (arbitrary) */
class="text-[#cfda84] bg-[#cfda84]"
/* SCSS */
$brand: #cfda84;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.518)
/* Android */
Color.parseColor("#cfda84")Accessibility — WCAG contrast
Aa
#cfda84 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda84 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue51.8%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow39.4%
Key (black)14.5%
Color previews
#cfda84 text on a black background
contrast 14.01:1
Card sample
#cfda84 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda84;
Background color
Panel with #cfda84 background
background-color: #cfda84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda84; background: linear-gradient(135deg, #cfda84, #96DA84);