#cbffbe
a pale, electric green · cool · closest name: aquamarine
RGB
203, 255, 190
HSL
108°, 100%, 87%
CMYK
20, 0, 26, 0
Luminance
0.8793
Every format
| HEX | #cbffbe |
| RGB | rgb(203, 255, 190) |
| HSL | hsl(108, 100%, 87%) |
| CMYK | cmyk(20%, 0%, 26%, 0%) |
| LAB | lab(95.1 -28.2 25.8) |
| LCH | lch(95.1 38.2 137.5) |
| OKLCH | oklch(0.948 0.101 139.4) |
Copy-ready code
/* CSS */
color: #cbffbe;
background-color: #cbffbe;
/* Tailwind (arbitrary) */
class="text-[#cbffbe] bg-[#cbffbe]"
/* SCSS */
$brand: #cbffbe;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.745)
/* Android */
Color.parseColor("#cbffbe")Accessibility — WCAG contrast
Aa
#cbffbe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbffbe on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue74.5%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow25.5%
Key (black)0.0%
Color previews
#cbffbe text on a black background
contrast 18.59:1
Card sample
#cbffbe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbffbe;
Background color
Panel with #cbffbe background
background-color: #cbffbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbffbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbffbe; background: linear-gradient(135deg, #cbffbe, #BEFFDC);