#cbffcb
a pale, electric green · cool · closest name: aquamarine
RGB
203, 255, 203
HSL
120°, 100%, 90%
CMYK
20, 0, 20, 0
Luminance
0.8853
Every format
| HEX | #cbffcb |
| RGB | rgb(203, 255, 203) |
| HSL | hsl(120, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 20%, 0%) |
| LAB | lab(95.4 -26.1 19.6) |
| LCH | lch(95.4 32.6 143.1) |
| OKLCH | oklch(0.951 0.087 144.9) |
Copy-ready code
/* CSS */
color: #cbffcb;
background-color: #cbffcb;
/* Tailwind (arbitrary) */
class="text-[#cbffcb] bg-[#cbffcb]"
/* SCSS */
$brand: #cbffcb;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.796)
/* Android */
Color.parseColor("#cbffcb")Accessibility — WCAG contrast
Aa
#cbffcb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbffcb on black: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue79.6%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow20.4%
Key (black)0.0%
Color previews
#cbffcb text on a black background
contrast 18.71:1
Card sample
#cbffcb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbffcb;
Background color
Panel with #cbffcb background
background-color: #cbffcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbffcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbffcb; background: linear-gradient(135deg, #cbffcb, #CBFFEE);