#ceeee3
a pale, vivid green · cool · closest name: ivory
RGB
206, 238, 227
HSL
159°, 49%, 87%
CMYK
13, 0, 5, 7
Luminance
0.7982
Every format
| HEX | #ceeee3 |
| RGB | rgb(206, 238, 227) |
| HSL | hsl(159, 49%, 87%) |
| CMYK | cmyk(13%, 0%, 5%, 7%) |
| LAB | lab(91.6 -12.5 1.8) |
| LCH | lch(91.6 12.6 171.8) |
| OKLCH | oklch(0.923 0.037 172.7) |
Copy-ready code
/* CSS */
color: #ceeee3;
background-color: #ceeee3;
/* Tailwind (arbitrary) */
class="text-[#ceeee3] bg-[#ceeee3]"
/* SCSS */
$brand: #ceeee3;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.890)
/* Android */
Color.parseColor("#ceeee3")Accessibility — WCAG contrast
Aa
#ceeee3 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeee3 on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue89.0%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow4.6%
Key (black)6.7%
Color previews
#ceeee3 text on a black background
contrast 16.96:1
Card sample
#ceeee3 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeee3;
Background color
Panel with #ceeee3 background
background-color: #ceeee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeee3; background: linear-gradient(135deg, #ceeee3, #CEE4EE);