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