#cbf113
a balanced, electric green · cool · closest name: yellow
RGB
203, 241, 19
HSL
70°, 89%, 51%
CMYK
16, 0, 92, 6
Luminance
0.7565
Every format
| HEX | #cbf113 |
| RGB | rgb(203, 241, 19) |
| HSL | hsl(70, 89%, 51%) |
| CMYK | cmyk(16%, 0%, 92%, 6%) |
| LAB | lab(89.7 -35.9 85.7) |
| LCH | lch(89.7 92.9 112.8) |
| OKLCH | oklch(0.899 0.212 120.6) |
Copy-ready code
/* CSS */
color: #cbf113;
background-color: #cbf113;
/* Tailwind (arbitrary) */
class="text-[#cbf113] bg-[#cbf113]"
/* SCSS */
$brand: #cbf113;
/* SwiftUI */
Color(red: 0.796, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#cbf113")Accessibility — WCAG contrast
Aa
#cbf113 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf113 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.5%
Blue7.5%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#cbf113 text on a black background
contrast 16.13:1
Card sample
#cbf113 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf113;
Background color
Panel with #cbf113 background
background-color: #cbf113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf113; background: linear-gradient(135deg, #cbf113, #37F113);