#cbf51f
a balanced, electric green · cool · closest name: yellow
RGB
203, 245, 31
HSL
72°, 92%, 54%
CMYK
17, 0, 87, 4
Luminance
0.7810
Every format
| HEX | #cbf51f |
| RGB | rgb(203, 245, 31) |
| HSL | hsl(72, 92%, 54%) |
| CMYK | cmyk(17%, 0%, 87%, 4%) |
| LAB | lab(90.8 -37.5 84.8) |
| LCH | lch(90.8 92.8 113.8) |
| OKLCH | oklch(0.908 0.214 121.6) |
Copy-ready code
/* CSS */
color: #cbf51f;
background-color: #cbf51f;
/* Tailwind (arbitrary) */
class="text-[#cbf51f] bg-[#cbf51f]"
/* SCSS */
$brand: #cbf51f;
/* SwiftUI */
Color(red: 0.796, green: 0.961, blue: 0.122)
/* Android */
Color.parseColor("#cbf51f")Accessibility — WCAG contrast
Aa
#cbf51f on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf51f on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.1%
Blue12.2%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow87.3%
Key (black)3.9%
Color previews
#cbf51f text on a black background
contrast 16.62:1
Card sample
#cbf51f text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf51f;
Background color
Panel with #cbf51f background
background-color: #cbf51f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf51f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 245, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 245, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf51f; background: linear-gradient(135deg, #cbf51f, #3CF51F);