#cbfedf
a pale, electric green · cool · closest name: beige
RGB
203, 254, 223
HSL
144°, 96%, 90%
CMYK
20, 0, 12, 0
Luminance
0.8891
Every format
| HEX | #cbfedf |
| RGB | rgb(203, 254, 223) |
| HSL | hsl(144, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 12%, 0%) |
| LAB | lab(95.5 -22.1 9.6) |
| LCH | lch(95.5 24.1 156.6) |
| OKLCH | oklch(0.954 0.067 158.2) |
Copy-ready code
/* CSS */
color: #cbfedf;
background-color: #cbfedf;
/* Tailwind (arbitrary) */
class="text-[#cbfedf] bg-[#cbfedf]"
/* SCSS */
$brand: #cbfedf;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.875)
/* Android */
Color.parseColor("#cbfedf")Accessibility — WCAG contrast
Aa
#cbfedf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfedf on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue87.5%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow12.2%
Key (black)0.4%
Color previews
#cbfedf text on a black background
contrast 18.78:1
Card sample
#cbfedf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfedf;
Background color
Panel with #cbfedf background
background-color: #cbfedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfedf; background: linear-gradient(135deg, #cbfedf, #CBFBFE);