#cbfeec
a pale, electric green · cool · closest name: beige
RGB
203, 254, 236
HSL
159°, 96%, 90%
CMYK
20, 0, 7, 0
Luminance
0.8964
Every format
| HEX | #cbfeec |
| RGB | rgb(203, 254, 236) |
| HSL | hsl(159, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 7%, 0%) |
| LAB | lab(95.8 -19.6 3.3) |
| LCH | lch(95.8 19.9 170.5) |
| OKLCH | oklch(0.957 0.057 171.5) |
Copy-ready code
/* CSS */
color: #cbfeec;
background-color: #cbfeec;
/* Tailwind (arbitrary) */
class="text-[#cbfeec] bg-[#cbfeec]"
/* SCSS */
$brand: #cbfeec;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.925)
/* Android */
Color.parseColor("#cbfeec")Accessibility — WCAG contrast
Aa
#cbfeec on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfeec on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue92.5%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow7.1%
Key (black)0.4%
Color previews
#cbfeec text on a black background
contrast 18.93:1
Card sample
#cbfeec text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfeec;
Background color
Panel with #cbfeec background
background-color: #cbfeec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfeec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfeec; background: linear-gradient(135deg, #cbfeec, #CBEEFE);