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