#cbf062
a light, electric green · cool · closest name: khaki
RGB
203, 240, 98
HSL
76°, 83%, 66%
CMYK
15, 0, 59, 6
Luminance
0.7590
Every format
| HEX | #cbf062 |
| RGB | rgb(203, 240, 98) |
| HSL | hsl(76, 83%, 66%) |
| CMYK | cmyk(15%, 0%, 59%, 6%) |
| LAB | lab(89.8 -32.0 63.1) |
| LCH | lch(89.8 70.7 116.9) |
| OKLCH | oklch(0.901 0.172 122.2) |
Copy-ready code
/* CSS */
color: #cbf062;
background-color: #cbf062;
/* Tailwind (arbitrary) */
class="text-[#cbf062] bg-[#cbf062]"
/* SCSS */
$brand: #cbf062;
/* SwiftUI */
Color(red: 0.796, green: 0.941, blue: 0.384)
/* Android */
Color.parseColor("#cbf062")Accessibility — WCAG contrast
Aa
#cbf062 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf062 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.1%
Blue38.4%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow59.2%
Key (black)5.9%
Color previews
#cbf062 text on a black background
contrast 16.18:1
Card sample
#cbf062 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf062;
Background color
Panel with #cbf062 background
background-color: #cbf062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 240, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 240, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf062; background: linear-gradient(135deg, #cbf062, #6CF062);