#cee1f3
a pale, vivid blue · cool · closest name: lavender
RGB
206, 225, 243
HSL
209°, 61%, 88%
CMYK
15, 7, 0, 5
Luminance
0.7344
Every format
| HEX | #cee1f3 |
| RGB | rgb(206, 225, 243) |
| HSL | hsl(209, 61%, 88%) |
| CMYK | cmyk(15%, 7%, 0%, 5%) |
| LAB | lab(88.7 -2.7 -10.9) |
| LCH | lch(88.7 11.2 256.0) |
| OKLCH | oklch(0.901 0.032 246.7) |
Copy-ready code
/* CSS */
color: #cee1f3;
background-color: #cee1f3;
/* Tailwind (arbitrary) */
class="text-[#cee1f3] bg-[#cee1f3]"
/* SCSS */
$brand: #cee1f3;
/* SwiftUI */
Color(red: 0.808, green: 0.882, blue: 0.953)
/* Android */
Color.parseColor("#cee1f3")Accessibility — WCAG contrast
Aa
#cee1f3 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee1f3 on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green88.2%
Blue95.3%
CMYK percentages
Cyan15.2%
Magenta7.4%
Yellow0.0%
Key (black)4.7%
Color previews
#cee1f3 text on a black background
contrast 15.69:1
Card sample
#cee1f3 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee1f3;
Background color
Panel with #cee1f3 background
background-color: #cee1f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee1f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 225, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 225, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee1f3; background: linear-gradient(135deg, #cee1f3, #D4CEF3);