#cbf024
a balanced, electric green · cool · closest name: yellow
RGB
203, 240, 36
HSL
71°, 87%, 54%
CMYK
15, 0, 85, 6
Luminance
0.7514
Every format
| HEX | #cbf024 |
| RGB | rgb(203, 240, 36) |
| HSL | hsl(71, 87%, 54%) |
| CMYK | cmyk(15%, 0%, 85%, 6%) |
| LAB | lab(89.5 -35.1 82.8) |
| LCH | lch(89.5 89.9 113.0) |
| OKLCH | oklch(0.897 0.207 120.6) |
Copy-ready code
/* CSS */
color: #cbf024;
background-color: #cbf024;
/* Tailwind (arbitrary) */
class="text-[#cbf024] bg-[#cbf024]"
/* SCSS */
$brand: #cbf024;
/* SwiftUI */
Color(red: 0.796, green: 0.941, blue: 0.141)
/* Android */
Color.parseColor("#cbf024")Accessibility — WCAG contrast
Aa
#cbf024 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf024 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.1%
Blue14.1%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow85.0%
Key (black)5.9%
Color previews
#cbf024 text on a black background
contrast 16.03:1
Card sample
#cbf024 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf024;
Background color
Panel with #cbf024 background
background-color: #cbf024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 240, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 240, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf024; background: linear-gradient(135deg, #cbf024, #43F024);