#ceeed7
a pale, vivid green · cool · closest name: beige
RGB
206, 238, 215
HSL
137°, 49%, 87%
CMYK
13, 0, 10, 7
Luminance
0.7918
Every format
| HEX | #ceeed7 |
| RGB | rgb(206, 238, 215) |
| HSL | hsl(137, 49%, 87%) |
| CMYK | cmyk(13%, 0%, 10%, 7%) |
| LAB | lab(91.3 -14.7 7.6) |
| LCH | lch(91.3 16.6 152.6) |
| OKLCH | oklch(0.920 0.046 154.2) |
Copy-ready code
/* CSS */
color: #ceeed7;
background-color: #ceeed7;
/* Tailwind (arbitrary) */
class="text-[#ceeed7] bg-[#ceeed7]"
/* SCSS */
$brand: #ceeed7;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.843)
/* Android */
Color.parseColor("#ceeed7")Accessibility — WCAG contrast
Aa
#ceeed7 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeed7 on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue84.3%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow9.7%
Key (black)6.7%
Color previews
#ceeed7 text on a black background
contrast 16.84:1
Card sample
#ceeed7 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeed7;
Background color
Panel with #ceeed7 background
background-color: #ceeed7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeed7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeed7; background: linear-gradient(135deg, #ceeed7, #CEEEEC);