#cfdf53
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 223, 83
HSL
67°, 69%, 60%
CMYK
7, 0, 63, 13
Luminance
0.6667
Every format
| HEX | #cfdf53 |
| RGB | rgb(207, 223, 83) |
| HSL | hsl(67, 69%, 60%) |
| CMYK | cmyk(7%, 0%, 63%, 13%) |
| LAB | lab(85.3 -23.5 64.5) |
| LCH | lch(85.3 68.6 110.0) |
| OKLCH | oklch(0.866 0.163 115.4) |
Copy-ready code
/* CSS */
color: #cfdf53;
background-color: #cfdf53;
/* Tailwind (arbitrary) */
class="text-[#cfdf53] bg-[#cfdf53]"
/* SCSS */
$brand: #cfdf53;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.325)
/* Android */
Color.parseColor("#cfdf53")Accessibility — WCAG contrast
Aa
#cfdf53 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf53 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue32.5%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow62.8%
Key (black)12.5%
Color previews
#cfdf53 text on a black background
contrast 14.33:1
Card sample
#cfdf53 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf53;
Background color
Panel with #cfdf53 background
background-color: #cfdf53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf53; background: linear-gradient(135deg, #cfdf53, #72DF53);