#cce5eb
a pale, soft cyan · cool · closest name: lavender
RGB
204, 229, 235
HSL
192°, 44%, 86%
CMYK
13, 3, 0, 8
Luminance
0.7487
Every format
| HEX | #cce5eb |
| RGB | rgb(204, 229, 235) |
| HSL | hsl(192, 44%, 86%) |
| CMYK | cmyk(13%, 3%, 0%, 8%) |
| LAB | lab(89.3 -7.0 -5.7) |
| LCH | lch(89.3 9.1 219.1) |
| OKLCH | oklch(0.905 0.028 213.8) |
Copy-ready code
/* CSS */
color: #cce5eb;
background-color: #cce5eb;
/* Tailwind (arbitrary) */
class="text-[#cce5eb] bg-[#cce5eb]"
/* SCSS */
$brand: #cce5eb;
/* SwiftUI */
Color(red: 0.800, green: 0.898, blue: 0.922)
/* Android */
Color.parseColor("#cce5eb")Accessibility — WCAG contrast
Aa
#cce5eb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce5eb on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green89.8%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta2.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cce5eb text on a black background
contrast 15.97:1
Card sample
#cce5eb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce5eb;
Background color
Panel with #cce5eb background
background-color: #cce5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 229, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 229, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce5eb; background: linear-gradient(135deg, #cce5eb, #CCD0EB);