#ceebdc
a pale, soft green · cool · closest name: beige
RGB
206, 235, 220
HSL
149°, 42%, 87%
CMYK
12, 0, 6, 8
Luminance
0.7771
Every format
| HEX | #ceebdc |
| RGB | rgb(206, 235, 220) |
| HSL | hsl(149, 42%, 87%) |
| CMYK | cmyk(12%, 0%, 6%, 8%) |
| LAB | lab(90.6 -12.3 4.1) |
| LCH | lch(90.6 13.0 161.7) |
| OKLCH | oklch(0.915 0.037 163.2) |
Copy-ready code
/* CSS */
color: #ceebdc;
background-color: #ceebdc;
/* Tailwind (arbitrary) */
class="text-[#ceebdc] bg-[#ceebdc]"
/* SCSS */
$brand: #ceebdc;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.863)
/* Android */
Color.parseColor("#ceebdc")Accessibility — WCAG contrast
Aa
#ceebdc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceebdc on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue86.3%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow6.4%
Key (black)7.8%
Color previews
#ceebdc text on a black background
contrast 16.54:1
Card sample
#ceebdc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceebdc;
Background color
Panel with #ceebdc background
background-color: #ceebdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceebdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceebdc; background: linear-gradient(135deg, #ceebdc, #CEE7EB);