#cbfeba
a pale, electric green · cool · closest name: aquamarine
RGB
203, 254, 186
HSL
105°, 97%, 86%
CMYK
20, 0, 27, 0
Luminance
0.8713
Every format
| HEX | #cbfeba |
| RGB | rgb(203, 254, 186) |
| HSL | hsl(105, 97%, 86%) |
| CMYK | cmyk(20%, 0%, 27%, 0%) |
| LAB | lab(94.8 -28.3 27.4) |
| LCH | lch(94.8 39.4 136.0) |
| OKLCH | oklch(0.945 0.104 138.0) |
Copy-ready code
/* CSS */
color: #cbfeba;
background-color: #cbfeba;
/* Tailwind (arbitrary) */
class="text-[#cbfeba] bg-[#cbfeba]"
/* SCSS */
$brand: #cbfeba;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#cbfeba")Accessibility — WCAG contrast
Aa
#cbfeba on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfeba on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue72.9%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#cbfeba text on a black background
contrast 18.43:1
Card sample
#cbfeba text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfeba;
Background color
Panel with #cbfeba background
background-color: #cbfeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfeba; background: linear-gradient(135deg, #cbfeba, #BAFED6);