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