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