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