#cbffb0
a light, electric green · cool · closest name: khaki
RGB
203, 255, 176
HSL
100°, 100%, 85%
CMYK
20, 0, 31, 0
Luminance
0.8735
Every format
| HEX | #cbffb0 |
| RGB | rgb(203, 255, 176) |
| HSL | hsl(100, 100%, 85%) |
| CMYK | cmyk(20%, 0%, 31%, 0%) |
| LAB | lab(94.9 -30.3 32.5) |
| LCH | lch(94.9 44.5 132.9) |
| OKLCH | oklch(0.945 0.116 135.3) |
Copy-ready code
/* CSS */
color: #cbffb0;
background-color: #cbffb0;
/* Tailwind (arbitrary) */
class="text-[#cbffb0] bg-[#cbffb0]"
/* SCSS */
$brand: #cbffb0;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.690)
/* Android */
Color.parseColor("#cbffb0")Accessibility — WCAG contrast
Aa
#cbffb0 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbffb0 on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue69.0%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow31.0%
Key (black)0.0%
Color previews
#cbffb0 text on a black background
contrast 18.47:1
Card sample
#cbffb0 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbffb0;
Background color
Panel with #cbffb0 background
background-color: #cbffb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbffb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbffb0; background: linear-gradient(135deg, #cbffb0, #B0FFCA);