#cbf71c
a balanced, electric green · cool · closest name: yellow
RGB
203, 247, 28
HSL
72°, 93%, 54%
CMYK
18, 0, 89, 3
Luminance
0.7930
Every format
| HEX | #cbf71c |
| RGB | rgb(203, 247, 28) |
| HSL | hsl(72, 93%, 54%) |
| CMYK | cmyk(18%, 0%, 89%, 3%) |
| LAB | lab(91.4 -38.5 85.8) |
| LCH | lch(91.4 94.0 114.1) |
| OKLCH | oklch(0.913 0.217 122.0) |
Copy-ready code
/* CSS */
color: #cbf71c;
background-color: #cbf71c;
/* Tailwind (arbitrary) */
class="text-[#cbf71c] bg-[#cbf71c]"
/* SCSS */
$brand: #cbf71c;
/* SwiftUI */
Color(red: 0.796, green: 0.969, blue: 0.110)
/* Android */
Color.parseColor("#cbf71c")Accessibility — WCAG contrast
Aa
#cbf71c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf71c on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.9%
Blue11.0%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow88.7%
Key (black)3.1%
Color previews
#cbf71c text on a black background
contrast 16.86:1
Card sample
#cbf71c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf71c;
Background color
Panel with #cbf71c background
background-color: #cbf71c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf71c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 247, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 247, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf71c; background: linear-gradient(135deg, #cbf71c, #39F71C);