#cbf952
a balanced, electric green · cool · closest name: yellow
RGB
203, 249, 82
HSL
77°, 93%, 65%
CMYK
19, 0, 67, 2
Luminance
0.8106
Every format
| HEX | #cbf952 |
| RGB | rgb(203, 249, 82) |
| HSL | hsl(77, 93%, 65%) |
| CMYK | cmyk(19%, 0%, 67%, 2%) |
| LAB | lab(92.2 -37.2 71.9) |
| LCH | lch(92.2 81.0 117.4) |
| OKLCH | oklch(0.920 0.195 123.6) |
Copy-ready code
/* CSS */
color: #cbf952;
background-color: #cbf952;
/* Tailwind (arbitrary) */
class="text-[#cbf952] bg-[#cbf952]"
/* SCSS */
$brand: #cbf952;
/* SwiftUI */
Color(red: 0.796, green: 0.976, blue: 0.322)
/* Android */
Color.parseColor("#cbf952")Accessibility — WCAG contrast
Aa
#cbf952 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf952 on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.6%
Blue32.2%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow67.1%
Key (black)2.4%
Color previews
#cbf952 text on a black background
contrast 17.21:1
Card sample
#cbf952 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf952;
Background color
Panel with #cbf952 background
background-color: #cbf952;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf952;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 249, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 249, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf952; background: linear-gradient(135deg, #cbf952, #5CF952);