#cefceb
a pale, electric green · cool · closest name: beige
RGB
206, 252, 235
HSL
158°, 89%, 90%
CMYK
18, 0, 7, 1
Luminance
0.8874
Every format
| HEX | #cefceb |
| RGB | rgb(206, 252, 235) |
| HSL | hsl(158, 89%, 90%) |
| CMYK | cmyk(18%, 0%, 7%, 1%) |
| LAB | lab(95.5 -17.9 3.3) |
| LCH | lch(95.5 18.2 169.6) |
| OKLCH | oklch(0.954 0.052 170.7) |
Copy-ready code
/* CSS */
color: #cefceb;
background-color: #cefceb;
/* Tailwind (arbitrary) */
class="text-[#cefceb] bg-[#cefceb]"
/* SCSS */
$brand: #cefceb;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#cefceb")Accessibility — WCAG contrast
Aa
#cefceb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefceb on black: 18.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#cefceb text on a black background
contrast 18.75:1
Card sample
#cefceb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefceb;
Background color
Panel with #cefceb background
background-color: #cefceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefceb; background: linear-gradient(135deg, #cefceb, #CEEEFC);