#cbfd71
a light, electric green · cool · closest name: khaki
RGB
203, 253, 113
HSL
81°, 97%, 72%
CMYK
20, 0, 55, 1
Luminance
0.8414
Every format
| HEX | #cbfd71 |
| RGB | rgb(203, 253, 113) |
| HSL | hsl(81, 97%, 72%) |
| CMYK | cmyk(20%, 0%, 55%, 1%) |
| LAB | lab(93.5 -36.7 60.8) |
| LCH | lch(93.5 71.0 121.1) |
| OKLCH | oklch(0.931 0.176 126.0) |
Copy-ready code
/* CSS */
color: #cbfd71;
background-color: #cbfd71;
/* Tailwind (arbitrary) */
class="text-[#cbfd71] bg-[#cbfd71]"
/* SCSS */
$brand: #cbfd71;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.443)
/* Android */
Color.parseColor("#cbfd71")Accessibility — WCAG contrast
Aa
#cbfd71 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfd71 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue44.3%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow55.3%
Key (black)0.8%
Color previews
#cbfd71 text on a black background
contrast 17.83:1
Card sample
#cbfd71 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfd71;
Background color
Panel with #cbfd71 background
background-color: #cbfd71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfd71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfd71; background: linear-gradient(135deg, #cbfd71, #71FD74);