#cbf02f
a balanced, electric green · cool · closest name: yellow
RGB
203, 240, 47
HSL
72°, 87%, 56%
CMYK
15, 0, 80, 6
Luminance
0.7522
Every format
| HEX | #cbf02f |
| RGB | rgb(203, 240, 47) |
| HSL | hsl(72, 87%, 56%) |
| CMYK | cmyk(15%, 0%, 80%, 6%) |
| LAB | lab(89.5 -34.8 80.4) |
| LCH | lch(89.5 87.6 113.4) |
| OKLCH | oklch(0.898 0.203 120.7) |
Copy-ready code
/* CSS */
color: #cbf02f;
background-color: #cbf02f;
/* Tailwind (arbitrary) */
class="text-[#cbf02f] bg-[#cbf02f]"
/* SCSS */
$brand: #cbf02f;
/* SwiftUI */
Color(red: 0.796, green: 0.941, blue: 0.184)
/* Android */
Color.parseColor("#cbf02f")Accessibility — WCAG contrast
Aa
#cbf02f on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf02f on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.1%
Blue18.4%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow80.4%
Key (black)5.9%
Color previews
#cbf02f text on a black background
contrast 16.04:1
Card sample
#cbf02f text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf02f;
Background color
Panel with #cbf02f background
background-color: #cbf02f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf02f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 240, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 240, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf02f; background: linear-gradient(135deg, #cbf02f, #4AF02F);