#cbffb5
a pale, electric green · cool · closest name: khaki
RGB
203, 255, 181
HSL
102°, 100%, 86%
CMYK
20, 0, 29, 0
Luminance
0.8755
Every format
| HEX | #cbffb5 |
| RGB | rgb(203, 255, 181) |
| HSL | hsl(102, 100%, 86%) |
| CMYK | cmyk(20%, 0%, 29%, 0%) |
| LAB | lab(95.0 -29.6 30.2) |
| LCH | lch(95.0 42.2 134.4) |
| OKLCH | oklch(0.946 0.111 136.6) |
Copy-ready code
/* CSS */
color: #cbffb5;
background-color: #cbffb5;
/* Tailwind (arbitrary) */
class="text-[#cbffb5] bg-[#cbffb5]"
/* SCSS */
$brand: #cbffb5;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.710)
/* Android */
Color.parseColor("#cbffb5")Accessibility — WCAG contrast
Aa
#cbffb5 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbffb5 on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue71.0%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow29.0%
Key (black)0.0%
Color previews
#cbffb5 text on a black background
contrast 18.51:1
Card sample
#cbffb5 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbffb5;
Background color
Panel with #cbffb5 background
background-color: #cbffb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbffb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbffb5; background: linear-gradient(135deg, #cbffb5, #B5FFD0);