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