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