#ceddbb
a light, soft green · cool · closest name: beige
RGB
206, 221, 187
HSL
87°, 33%, 80%
CMYK
7, 0, 15, 13
Luminance
0.6842
Every format
| HEX | #ceddbb |
| RGB | rgb(206, 221, 187) |
| HSL | hsl(87, 33%, 80%) |
| CMYK | cmyk(7%, 0%, 15%, 13%) |
| LAB | lab(86.2 -11.0 15.0) |
| LCH | lch(86.2 18.6 126.3) |
| OKLCH | oklch(0.877 0.048 126.8) |
Copy-ready code
/* CSS */
color: #ceddbb;
background-color: #ceddbb;
/* Tailwind (arbitrary) */
class="text-[#ceddbb] bg-[#ceddbb]"
/* SCSS */
$brand: #ceddbb;
/* SwiftUI */
Color(red: 0.808, green: 0.867, blue: 0.733)
/* Android */
Color.parseColor("#ceddbb")Accessibility — WCAG contrast
Aa
#ceddbb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceddbb on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green86.7%
Blue73.3%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow15.4%
Key (black)13.3%
Color previews
#ceddbb text on a black background
contrast 14.68:1
Card sample
#ceddbb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceddbb;
Background color
Panel with #ceddbb background
background-color: #ceddbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceddbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 221, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 221, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceddbb; background: linear-gradient(135deg, #ceddbb, #BBDDBF);