#cbfed2
a pale, electric green · cool · closest name: beige
RGB
203, 254, 210
HSL
128°, 96%, 90%
CMYK
20, 0, 17, 0
Luminance
0.8823
Every format
| HEX | #cbfed2 |
| RGB | rgb(203, 254, 210) |
| HSL | hsl(128, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 17%, 0%) |
| LAB | lab(95.3 -24.4 15.8) |
| LCH | lch(95.3 29.1 147.1) |
| OKLCH | oklch(0.950 0.079 148.7) |
Copy-ready code
/* CSS */
color: #cbfed2;
background-color: #cbfed2;
/* Tailwind (arbitrary) */
class="text-[#cbfed2] bg-[#cbfed2]"
/* SCSS */
$brand: #cbfed2;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.824)
/* Android */
Color.parseColor("#cbfed2")Accessibility — WCAG contrast
Aa
#cbfed2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfed2 on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue82.4%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow17.3%
Key (black)0.4%
Color previews
#cbfed2 text on a black background
contrast 18.65:1
Card sample
#cbfed2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfed2;
Background color
Panel with #cbfed2 background
background-color: #cbfed2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfed2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfed2; background: linear-gradient(135deg, #cbfed2, #CBFEF4);