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