#cbf849
a balanced, electric green · cool · closest name: yellow
RGB
203, 248, 73
HSL
75°, 93%, 63%
CMYK
18, 0, 71, 3
Luminance
0.8031
Every format
| HEX | #cbf849 |
| RGB | rgb(203, 248, 73) |
| HSL | hsl(75, 93%, 63%) |
| CMYK | cmyk(18%, 0%, 71%, 3%) |
| LAB | lab(91.8 -37.3 74.8) |
| LCH | lch(91.8 83.6 116.5) |
| OKLCH | oklch(0.917 0.199 123.0) |
Copy-ready code
/* CSS */
color: #cbf849;
background-color: #cbf849;
/* Tailwind (arbitrary) */
class="text-[#cbf849] bg-[#cbf849]"
/* SCSS */
$brand: #cbf849;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.286)
/* Android */
Color.parseColor("#cbf849")Accessibility — WCAG contrast
Aa
#cbf849 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf849 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.3%
Blue28.6%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow70.6%
Key (black)2.7%
Color previews
#cbf849 text on a black background
contrast 17.06:1
Card sample
#cbf849 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf849;
Background color
Panel with #cbf849 background
background-color: #cbf849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 248, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf849; background: linear-gradient(135deg, #cbf849, #56F849);