#cfda5c
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 218, 92
HSL
65°, 63%, 61%
CMYK
5, 0, 58, 15
Luminance
0.6418
Every format
| HEX | #cfda5c |
| RGB | rgb(207, 218, 92) |
| HSL | hsl(65, 63%, 61%) |
| CMYK | cmyk(5%, 0%, 58%, 15%) |
| LAB | lab(84.1 -20.4 59.3) |
| LCH | lch(84.1 62.8 109.0) |
| OKLCH | oklch(0.856 0.150 113.7) |
Copy-ready code
/* CSS */
color: #cfda5c;
background-color: #cfda5c;
/* Tailwind (arbitrary) */
class="text-[#cfda5c] bg-[#cfda5c]"
/* SCSS */
$brand: #cfda5c;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.361)
/* Android */
Color.parseColor("#cfda5c")Accessibility — WCAG contrast
Aa
#cfda5c on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda5c on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue36.1%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow57.8%
Key (black)14.5%
Color previews
#cfda5c text on a black background
contrast 13.84:1
Card sample
#cfda5c text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda5c;
Background color
Panel with #cfda5c background
background-color: #cfda5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda5c; background: linear-gradient(135deg, #cfda5c, #7BDA5C);