#cefaeb
a pale, electric green · cool · closest name: ivory
RGB
206, 250, 235
HSL
160°, 82%, 89%
CMYK
18, 0, 6, 2
Luminance
0.8749
Every format
| HEX | #cefaeb |
| RGB | rgb(206, 250, 235) |
| HSL | hsl(160, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 6%, 2%) |
| LAB | lab(95.0 -16.9 2.5) |
| LCH | lch(95.0 17.1 171.5) |
| OKLCH | oklch(0.950 0.049 172.5) |
Copy-ready code
/* CSS */
color: #cefaeb;
background-color: #cefaeb;
/* Tailwind (arbitrary) */
class="text-[#cefaeb] bg-[#cefaeb]"
/* SCSS */
$brand: #cefaeb;
/* SwiftUI */
Color(red: 0.808, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#cefaeb")Accessibility — WCAG contrast
Aa
#cefaeb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefaeb on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.0%
Blue92.2%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#cefaeb text on a black background
contrast 18.50:1
Card sample
#cefaeb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefaeb;
Background color
Panel with #cefaeb background
background-color: #cefaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefaeb; background: linear-gradient(135deg, #cefaeb, #CEECFA);