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