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