#cee6ff
a pale, electric blue · cool · closest name: lavender
RGB
206, 230, 255
HSL
211°, 100%, 90%
CMYK
19, 10, 0, 0
Luminance
0.7694
Every format
| HEX | #cee6ff |
| RGB | rgb(206, 230, 255) |
| HSL | hsl(211, 100%, 90%) |
| CMYK | cmyk(19%, 10%, 0%, 0%) |
| LAB | lab(90.3 -2.8 -14.7) |
| LCH | lch(90.3 15.0 259.3) |
| OKLCH | oklch(0.915 0.043 249.4) |
Copy-ready code
/* CSS */
color: #cee6ff;
background-color: #cee6ff;
/* Tailwind (arbitrary) */
class="text-[#cee6ff] bg-[#cee6ff]"
/* SCSS */
$brand: #cee6ff;
/* SwiftUI */
Color(red: 0.808, green: 0.902, blue: 1.000)
/* Android */
Color.parseColor("#cee6ff")Accessibility — WCAG contrast
Aa
#cee6ff on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee6ff on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green90.2%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta9.8%
Yellow0.0%
Key (black)0.0%
Color previews
#cee6ff text on a black background
contrast 16.39:1
Card sample
#cee6ff text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee6ff;
Background color
Panel with #cee6ff background
background-color: #cee6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 230, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 230, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee6ff; background: linear-gradient(135deg, #cee6ff, #D7CEFF);