#cfdc39
a balanced, vivid yellow · cool · closest name: yellow
RGB
207, 220, 57
HSL
65°, 70%, 54%
CMYK
6, 0, 74, 14
Luminance
0.6475
Every format
| HEX | #cfdc39 |
| RGB | rgb(207, 220, 57) |
| HSL | hsl(65, 70%, 54%) |
| CMYK | cmyk(6%, 0%, 74%, 14%) |
| LAB | lab(84.3 -23.4 73.0) |
| LCH | lch(84.3 76.7 107.8) |
| OKLCH | oklch(0.857 0.176 114.2) |
Copy-ready code
/* CSS */
color: #cfdc39;
background-color: #cfdc39;
/* Tailwind (arbitrary) */
class="text-[#cfdc39] bg-[#cfdc39]"
/* SCSS */
$brand: #cfdc39;
/* SwiftUI */
Color(red: 0.812, green: 0.863, blue: 0.224)
/* Android */
Color.parseColor("#cfdc39")Accessibility — WCAG contrast
Aa
#cfdc39 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdc39 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.3%
Blue22.4%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow74.1%
Key (black)13.7%
Color previews
#cfdc39 text on a black background
contrast 13.95:1
Card sample
#cfdc39 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdc39;
Background color
Panel with #cfdc39 background
background-color: #cfdc39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdc39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 220, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 220, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdc39; background: linear-gradient(135deg, #cfdc39, #62DC39);