#cfda76
a light, vivid yellow · cool · closest name: khaki
RGB
207, 218, 118
HSL
67°, 58%, 66%
CMYK
5, 0, 46, 15
Luminance
0.6472
Every format
| HEX | #cfda76 |
| RGB | rgb(207, 218, 118) |
| HSL | hsl(67, 58%, 66%) |
| CMYK | cmyk(5%, 0%, 46%, 15%) |
| LAB | lab(84.3 -18.2 47.7) |
| LCH | lch(84.3 51.0 110.9) |
| OKLCH | oklch(0.859 0.125 114.2) |
Copy-ready code
/* CSS */
color: #cfda76;
background-color: #cfda76;
/* Tailwind (arbitrary) */
class="text-[#cfda76] bg-[#cfda76]"
/* SCSS */
$brand: #cfda76;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.463)
/* Android */
Color.parseColor("#cfda76")Accessibility — WCAG contrast
Aa
#cfda76 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda76 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue46.3%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow45.9%
Key (black)14.5%
Color previews
#cfda76 text on a black background
contrast 13.94:1
Card sample
#cfda76 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda76;
Background color
Panel with #cfda76 background
background-color: #cfda76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda76; background: linear-gradient(135deg, #cfda76, #8CDA76);