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