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