#ceedcd
a pale, vivid green · cool · closest name: beige
RGB
206, 237, 205
HSL
118°, 47%, 87%
CMYK
13, 0, 14, 7
Luminance
0.7810
Every format
| HEX | #ceedcd |
| RGB | rgb(206, 237, 205) |
| HSL | hsl(118, 47%, 87%) |
| CMYK | cmyk(13%, 0%, 14%, 7%) |
| LAB | lab(90.8 -16.0 12.1) |
| LCH | lch(90.8 20.1 142.8) |
| OKLCH | oklch(0.915 0.054 144.3) |
Copy-ready code
/* CSS */
color: #ceedcd;
background-color: #ceedcd;
/* Tailwind (arbitrary) */
class="text-[#ceedcd] bg-[#ceedcd]"
/* SCSS */
$brand: #ceedcd;
/* SwiftUI */
Color(red: 0.808, green: 0.929, blue: 0.804)
/* Android */
Color.parseColor("#ceedcd")Accessibility — WCAG contrast
Aa
#ceedcd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceedcd on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.9%
Blue80.4%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow13.5%
Key (black)7.1%
Color previews
#ceedcd text on a black background
contrast 16.62:1
Card sample
#ceedcd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceedcd;
Background color
Panel with #ceedcd background
background-color: #ceedcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceedcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 237, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 237, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceedcd; background: linear-gradient(135deg, #ceedcd, #CDEDE1);