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