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