#ceeedd
a pale, vivid green · cool · closest name: beige
RGB
206, 238, 221
HSL
148°, 49%, 87%
CMYK
13, 0, 7, 7
Luminance
0.7949
Every format
| HEX | #ceeedd |
| RGB | rgb(206, 238, 221) |
| HSL | hsl(148, 49%, 87%) |
| CMYK | cmyk(13%, 0%, 7%, 7%) |
| LAB | lab(91.5 -13.6 4.7) |
| LCH | lch(91.5 14.4 160.9) |
| OKLCH | oklch(0.921 0.041 162.4) |
Copy-ready code
/* CSS */
color: #ceeedd;
background-color: #ceeedd;
/* Tailwind (arbitrary) */
class="text-[#ceeedd] bg-[#ceeedd]"
/* SCSS */
$brand: #ceeedd;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.867)
/* Android */
Color.parseColor("#ceeedd")Accessibility — WCAG contrast
Aa
#ceeedd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeedd on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue86.7%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow7.1%
Key (black)6.7%
Color previews
#ceeedd text on a black background
contrast 16.90:1
Card sample
#ceeedd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeedd;
Background color
Panel with #ceeedd background
background-color: #ceeedd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeedd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeedd; background: linear-gradient(135deg, #ceeedd, #CEEAEE);