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