#cbf136
a balanced, electric green · cool · closest name: yellow
RGB
203, 241, 54
HSL
72°, 87%, 58%
CMYK
16, 0, 78, 6
Luminance
0.7587
Every format
| HEX | #cbf136 |
| RGB | rgb(203, 241, 54) |
| HSL | hsl(72, 87%, 58%) |
| CMYK | cmyk(16%, 0%, 78%, 6%) |
| LAB | lab(89.8 -35.0 78.8) |
| LCH | lch(89.8 86.2 114.0) |
| OKLCH | oklch(0.900 0.201 121.1) |
Copy-ready code
/* CSS */
color: #cbf136;
background-color: #cbf136;
/* Tailwind (arbitrary) */
class="text-[#cbf136] bg-[#cbf136]"
/* SCSS */
$brand: #cbf136;
/* SwiftUI */
Color(red: 0.796, green: 0.945, blue: 0.212)
/* Android */
Color.parseColor("#cbf136")Accessibility — WCAG contrast
Aa
#cbf136 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf136 on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.5%
Blue21.2%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow77.6%
Key (black)5.5%
Color previews
#cbf136 text on a black background
contrast 16.17:1
Card sample
#cbf136 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf136;
Background color
Panel with #cbf136 background
background-color: #cbf136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 241, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 241, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf136; background: linear-gradient(135deg, #cbf136, #4EF136);