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