#ceeade
a pale, soft green · cool · closest name: beige
RGB
206, 234, 222
HSL
154°, 40%, 86%
CMYK
12, 0, 5, 8
Luminance
0.7724
Every format
| HEX | #ceeade |
| RGB | rgb(206, 234, 222) |
| HSL | hsl(154, 40%, 86%) |
| CMYK | cmyk(12%, 0%, 5%, 8%) |
| LAB | lab(90.4 -11.4 2.7) |
| LCH | lch(90.4 11.8 166.6) |
| OKLCH | oklch(0.913 0.034 167.9) |
Copy-ready code
/* CSS */
color: #ceeade;
background-color: #ceeade;
/* Tailwind (arbitrary) */
class="text-[#ceeade] bg-[#ceeade]"
/* SCSS */
$brand: #ceeade;
/* SwiftUI */
Color(red: 0.808, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#ceeade")Accessibility — WCAG contrast
Aa
#ceeade on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeade on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green91.8%
Blue87.1%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#ceeade text on a black background
contrast 16.45:1
Card sample
#ceeade text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeade;
Background color
Panel with #ceeade background
background-color: #ceeade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeade; background: linear-gradient(135deg, #ceeade, #CEE3EA);