#cce3f1
a pale, vivid blue · cool · closest name: lavender
RGB
204, 227, 241
HSL
203°, 57%, 87%
CMYK
15, 6, 0, 6
Luminance
0.7413
Every format
| HEX | #cce3f1 |
| RGB | rgb(204, 227, 241) |
| HSL | hsl(203, 57%, 87%) |
| CMYK | cmyk(15%, 6%, 0%, 6%) |
| LAB | lab(89.0 -4.8 -9.4) |
| LCH | lch(89.0 10.5 243.0) |
| OKLCH | oklch(0.903 0.031 234.5) |
Copy-ready code
/* CSS */
color: #cce3f1;
background-color: #cce3f1;
/* Tailwind (arbitrary) */
class="text-[#cce3f1] bg-[#cce3f1]"
/* SCSS */
$brand: #cce3f1;
/* SwiftUI */
Color(red: 0.800, green: 0.890, blue: 0.945)
/* Android */
Color.parseColor("#cce3f1")Accessibility — WCAG contrast
Aa
#cce3f1 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce3f1 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green89.0%
Blue94.5%
CMYK percentages
Cyan15.4%
Magenta5.8%
Yellow0.0%
Key (black)5.5%
Color previews
#cce3f1 text on a black background
contrast 15.83:1
Card sample
#cce3f1 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce3f1;
Background color
Panel with #cce3f1 background
background-color: #cce3f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce3f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 227, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 227, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce3f1; background: linear-gradient(135deg, #cce3f1, #CECCF1);