#cbf577
a light, electric green · cool · closest name: khaki
RGB
203, 245, 119
HSL
80°, 86%, 71%
CMYK
17, 0, 51, 4
Luminance
0.7933
Every format
| HEX | #cbf577 |
| RGB | rgb(203, 245, 119) |
| HSL | hsl(80, 86%, 71%) |
| CMYK | cmyk(17%, 0%, 51%, 4%) |
| LAB | lab(91.4 -32.5 55.6) |
| LCH | lch(91.4 64.4 120.3) |
| OKLCH | oklch(0.914 0.160 124.8) |
Copy-ready code
/* CSS */
color: #cbf577;
background-color: #cbf577;
/* Tailwind (arbitrary) */
class="text-[#cbf577] bg-[#cbf577]"
/* SCSS */
$brand: #cbf577;
/* SwiftUI */
Color(red: 0.796, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#cbf577")Accessibility — WCAG contrast
Aa
#cbf577 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf577 on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.1%
Blue46.7%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#cbf577 text on a black background
contrast 16.87:1
Card sample
#cbf577 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf577;
Background color
Panel with #cbf577 background
background-color: #cbf577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf577; background: linear-gradient(135deg, #cbf577, #77F577);