#cfda65
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 218, 101
HSL
66°, 61%, 63%
CMYK
5, 0, 54, 15
Luminance
0.6435
Every format
| HEX | #cfda65 |
| RGB | rgb(207, 218, 101) |
| HSL | hsl(66, 61%, 63%) |
| CMYK | cmyk(5%, 0%, 54%, 15%) |
| LAB | lab(84.2 -19.7 55.4) |
| LCH | lch(84.2 58.8 109.6) |
| OKLCH | oklch(0.857 0.142 113.9) |
Copy-ready code
/* CSS */
color: #cfda65;
background-color: #cfda65;
/* Tailwind (arbitrary) */
class="text-[#cfda65] bg-[#cfda65]"
/* SCSS */
$brand: #cfda65;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.396)
/* Android */
Color.parseColor("#cfda65")Accessibility — WCAG contrast
Aa
#cfda65 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda65 on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue39.6%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow53.7%
Key (black)14.5%
Color previews
#cfda65 text on a black background
contrast 13.87:1
Card sample
#cfda65 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda65;
Background color
Panel with #cfda65 background
background-color: #cfda65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda65; background: linear-gradient(135deg, #cfda65, #81DA65);