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