#cfda63
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 218, 99
HSL
66°, 62%, 62%
CMYK
5, 0, 55, 15
Luminance
0.6431
Every format
| HEX | #cfda63 |
| RGB | rgb(207, 218, 99) |
| HSL | hsl(66, 62%, 62%) |
| CMYK | cmyk(5%, 0%, 55%, 15%) |
| LAB | lab(84.1 -19.9 56.3) |
| LCH | lch(84.1 59.7 109.5) |
| OKLCH | oklch(0.856 0.143 113.8) |
Copy-ready code
/* CSS */
color: #cfda63;
background-color: #cfda63;
/* Tailwind (arbitrary) */
class="text-[#cfda63] bg-[#cfda63]"
/* SCSS */
$brand: #cfda63;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.388)
/* Android */
Color.parseColor("#cfda63")Accessibility — WCAG contrast
Aa
#cfda63 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda63 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue38.8%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow54.6%
Key (black)14.5%
Color previews
#cfda63 text on a black background
contrast 13.86:1
Card sample
#cfda63 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda63;
Background color
Panel with #cfda63 background
background-color: #cfda63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda63; background: linear-gradient(135deg, #cfda63, #80DA63);