#cbf652
a balanced, electric green · cool · closest name: yellow
RGB
203, 246, 82
HSL
76°, 90%, 64%
CMYK
18, 0, 67, 4
Luminance
0.7922
Every format
| HEX | #cbf652 |
| RGB | rgb(203, 246, 82) |
| HSL | hsl(76, 90%, 64%) |
| CMYK | cmyk(18%, 0%, 67%, 4%) |
| LAB | lab(91.3 -35.9 71.1) |
| LCH | lch(91.3 79.6 116.8) |
| OKLCH | oklch(0.913 0.191 122.9) |
Copy-ready code
/* CSS */
color: #cbf652;
background-color: #cbf652;
/* Tailwind (arbitrary) */
class="text-[#cbf652] bg-[#cbf652]"
/* SCSS */
$brand: #cbf652;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.322)
/* Android */
Color.parseColor("#cbf652")Accessibility — WCAG contrast
Aa
#cbf652 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf652 on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue32.2%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow66.7%
Key (black)3.5%
Color previews
#cbf652 text on a black background
contrast 16.84:1
Card sample
#cbf652 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf652;
Background color
Panel with #cbf652 background
background-color: #cbf652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf652; background: linear-gradient(135deg, #cbf652, #5EF652);