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