#cee2ff
a pale, electric blue · cool · closest name: lavender
RGB
206, 226, 255
HSL
216°, 100%, 90%
CMYK
19, 11, 0, 0
Luminance
0.7473
Every format
| HEX | #cee2ff |
| RGB | rgb(206, 226, 255) |
| HSL | hsl(216, 100%, 90%) |
| CMYK | cmyk(19%, 11%, 0%, 0%) |
| LAB | lab(89.3 -0.7 -16.3) |
| LCH | lch(89.3 16.3 267.5) |
| OKLCH | oklch(0.907 0.045 257.6) |
Copy-ready code
/* CSS */
color: #cee2ff;
background-color: #cee2ff;
/* Tailwind (arbitrary) */
class="text-[#cee2ff] bg-[#cee2ff]"
/* SCSS */
$brand: #cee2ff;
/* SwiftUI */
Color(red: 0.808, green: 0.886, blue: 1.000)
/* Android */
Color.parseColor("#cee2ff")Accessibility — WCAG contrast
Aa
#cee2ff on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee2ff on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green88.6%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta11.4%
Yellow0.0%
Key (black)0.0%
Color previews
#cee2ff text on a black background
contrast 15.95:1
Card sample
#cee2ff text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee2ff;
Background color
Panel with #cee2ff background
background-color: #cee2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 226, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 226, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee2ff; background: linear-gradient(135deg, #cee2ff, #DBCEFF);