#cfdf2d
a balanced, vivid yellow · cool · closest name: yellow
RGB
207, 223, 45
HSL
65°, 74%, 53%
CMYK
7, 0, 80, 13
Luminance
0.6623
Every format
| HEX | #cfdf2d |
| RGB | rgb(207, 223, 45) |
| HSL | hsl(65, 74%, 53%) |
| CMYK | cmyk(7%, 0%, 80%, 13%) |
| LAB | lab(85.1 -25.3 77.1) |
| LCH | lch(85.1 81.2 108.2) |
| OKLCH | oklch(0.863 0.185 115.0) |
Copy-ready code
/* CSS */
color: #cfdf2d;
background-color: #cfdf2d;
/* Tailwind (arbitrary) */
class="text-[#cfdf2d] bg-[#cfdf2d]"
/* SCSS */
$brand: #cfdf2d;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.176)
/* Android */
Color.parseColor("#cfdf2d")Accessibility — WCAG contrast
Aa
#cfdf2d on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf2d on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue17.6%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow79.8%
Key (black)12.5%
Color previews
#cfdf2d text on a black background
contrast 14.25:1
Card sample
#cfdf2d text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf2d;
Background color
Panel with #cfdf2d background
background-color: #cfdf2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf2d; background: linear-gradient(135deg, #cfdf2d, #58DF2D);