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