#cefeec
a pale, electric green · cool · closest name: beige
RGB
206, 254, 236
HSL
158°, 96%, 90%
CMYK
19, 0, 7, 0
Luminance
0.9006
Every format
| HEX | #cefeec |
| RGB | rgb(206, 254, 236) |
| HSL | hsl(158, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 7%, 0%) |
| LAB | lab(96.0 -18.7 3.6) |
| LCH | lch(96.0 19.0 169.2) |
| OKLCH | oklch(0.959 0.055 170.3) |
Copy-ready code
/* CSS */
color: #cefeec;
background-color: #cefeec;
/* Tailwind (arbitrary) */
class="text-[#cefeec] bg-[#cefeec]"
/* SCSS */
$brand: #cefeec;
/* SwiftUI */
Color(red: 0.808, green: 0.996, blue: 0.925)
/* Android */
Color.parseColor("#cefeec")Accessibility — WCAG contrast
Aa
#cefeec on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefeec on black: 19.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.6%
Blue92.5%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow7.1%
Key (black)0.4%
Color previews
#cefeec text on a black background
contrast 19.01:1
Card sample
#cefeec text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefeec;
Background color
Panel with #cefeec background
background-color: #cefeec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefeec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 254, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 254, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefeec; background: linear-gradient(135deg, #cefeec, #CEF0FE);