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