#cee4eb
a pale, soft cyan · cool · closest name: lavender
RGB
206, 228, 235
HSL
195°, 42%, 87%
CMYK
12, 3, 0, 8
Luminance
0.7461
Every format
| HEX | #cee4eb |
| RGB | rgb(206, 228, 235) |
| HSL | hsl(195, 42%, 87%) |
| CMYK | cmyk(12%, 3%, 0%, 8%) |
| LAB | lab(89.2 -5.9 -5.9) |
| LCH | lch(89.2 8.3 225.0) |
| OKLCH | oklch(0.905 0.025 218.8) |
Copy-ready code
/* CSS */
color: #cee4eb;
background-color: #cee4eb;
/* Tailwind (arbitrary) */
class="text-[#cee4eb] bg-[#cee4eb]"
/* SCSS */
$brand: #cee4eb;
/* SwiftUI */
Color(red: 0.808, green: 0.894, blue: 0.922)
/* Android */
Color.parseColor("#cee4eb")Accessibility — WCAG contrast
Aa
#cee4eb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee4eb on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green89.4%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta3.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cee4eb text on a black background
contrast 15.92:1
Card sample
#cee4eb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee4eb;
Background color
Panel with #cee4eb background
background-color: #cee4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 228, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 228, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee4eb; background: linear-gradient(135deg, #cee4eb, #CED1EB);