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