#cce4eb
a pale, soft cyan · cool · closest name: lavender
RGB
204, 228, 235
HSL
194°, 44%, 86%
CMYK
13, 3, 0, 8
Luminance
0.7432
Every format
| HEX | #cce4eb |
| RGB | rgb(204, 228, 235) |
| HSL | hsl(194, 44%, 86%) |
| CMYK | cmyk(13%, 3%, 0%, 8%) |
| LAB | lab(89.1 -6.5 -6.1) |
| LCH | lch(89.1 8.9 223.1) |
| OKLCH | oklch(0.903 0.027 217.2) |
Copy-ready code
/* CSS */
color: #cce4eb;
background-color: #cce4eb;
/* Tailwind (arbitrary) */
class="text-[#cce4eb] bg-[#cce4eb]"
/* SCSS */
$brand: #cce4eb;
/* SwiftUI */
Color(red: 0.800, green: 0.894, blue: 0.922)
/* Android */
Color.parseColor("#cce4eb")Accessibility — WCAG contrast
Aa
#cce4eb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce4eb on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green89.4%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta3.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cce4eb text on a black background
contrast 15.86:1
Card sample
#cce4eb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce4eb;
Background color
Panel with #cce4eb background
background-color: #cce4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 228, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 228, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce4eb; background: linear-gradient(135deg, #cce4eb, #CCCFEB);