#cfda59
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 218, 89
HSL
65°, 64%, 60%
CMYK
5, 0, 59, 15
Luminance
0.6413
Every format
| HEX | #cfda59 |
| RGB | rgb(207, 218, 89) |
| HSL | hsl(65, 64%, 60%) |
| CMYK | cmyk(5%, 0%, 59%, 15%) |
| LAB | lab(84.0 -20.6 60.6) |
| LCH | lch(84.0 64.0 108.8) |
| OKLCH | oklch(0.855 0.152 113.7) |
Copy-ready code
/* CSS */
color: #cfda59;
background-color: #cfda59;
/* Tailwind (arbitrary) */
class="text-[#cfda59] bg-[#cfda59]"
/* SCSS */
$brand: #cfda59;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.349)
/* Android */
Color.parseColor("#cfda59")Accessibility — WCAG contrast
Aa
#cfda59 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda59 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue34.9%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow59.2%
Key (black)14.5%
Color previews
#cfda59 text on a black background
contrast 13.83:1
Card sample
#cfda59 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda59;
Background color
Panel with #cfda59 background
background-color: #cfda59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda59; background: linear-gradient(135deg, #cfda59, #79DA59);