#cfeb2d
a balanced, electric yellow · cool · closest name: yellow
RGB
207, 235, 45
HSL
69°, 83%, 55%
CMYK
12, 0, 81, 8
Luminance
0.7287
Every format
| HEX | #cfeb2d |
| RGB | rgb(207, 235, 45) |
| HSL | hsl(69, 83%, 55%) |
| CMYK | cmyk(12%, 0%, 81%, 8%) |
| LAB | lab(88.4 -31.0 80.0) |
| LCH | lch(88.4 85.8 111.2) |
| OKLCH | oklch(0.889 0.197 118.4) |
Copy-ready code
/* CSS */
color: #cfeb2d;
background-color: #cfeb2d;
/* Tailwind (arbitrary) */
class="text-[#cfeb2d] bg-[#cfeb2d]"
/* SCSS */
$brand: #cfeb2d;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.176)
/* Android */
Color.parseColor("#cfeb2d")Accessibility — WCAG contrast
Aa
#cfeb2d on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeb2d on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue17.6%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow80.9%
Key (black)7.8%
Color previews
#cfeb2d text on a black background
contrast 15.57:1
Card sample
#cfeb2d text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeb2d;
Background color
Panel with #cfeb2d background
background-color: #cfeb2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeb2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeb2d; background: linear-gradient(135deg, #cfeb2d, #50EB2D);