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