#cfeb49
a balanced, electric green · cool · closest name: yellow
RGB
207, 235, 73
HSL
70°, 80%, 60%
CMYK
12, 0, 69, 8
Luminance
0.7316
Every format
| HEX | #cfeb49 |
| RGB | rgb(207, 235, 73) |
| HSL | hsl(70, 80%, 60%) |
| CMYK | cmyk(12%, 0%, 69%, 8%) |
| LAB | lab(88.5 -29.8 71.6) |
| LCH | lch(88.5 77.5 112.6) |
| OKLCH | oklch(0.891 0.183 118.8) |
Copy-ready code
/* CSS */
color: #cfeb49;
background-color: #cfeb49;
/* Tailwind (arbitrary) */
class="text-[#cfeb49] bg-[#cfeb49]"
/* SCSS */
$brand: #cfeb49;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.286)
/* Android */
Color.parseColor("#cfeb49")Accessibility — WCAG contrast
Aa
#cfeb49 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeb49 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue28.6%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow68.9%
Key (black)7.8%
Color previews
#cfeb49 text on a black background
contrast 15.63:1
Card sample
#cfeb49 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeb49;
Background color
Panel with #cfeb49 background
background-color: #cfeb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeb49; background: linear-gradient(135deg, #cfeb49, #63EB49);