#cce7eb
a pale, soft cyan · cool · closest name: lavender
RGB
204, 231, 235
HSL
188°, 44%, 86%
CMYK
13, 2, 0, 8
Luminance
0.7599
Every format
| HEX | #cce7eb |
| RGB | rgb(204, 231, 235) |
| HSL | hsl(188, 44%, 86%) |
| CMYK | cmyk(13%, 2%, 0%, 8%) |
| LAB | lab(89.8 -8.0 -4.9) |
| LCH | lch(89.8 9.4 211.6) |
| OKLCH | oklch(0.909 0.029 207.4) |
Copy-ready code
/* CSS */
color: #cce7eb;
background-color: #cce7eb;
/* Tailwind (arbitrary) */
class="text-[#cce7eb] bg-[#cce7eb]"
/* SCSS */
$brand: #cce7eb;
/* SwiftUI */
Color(red: 0.800, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#cce7eb")Accessibility — WCAG contrast
Aa
#cce7eb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce7eb on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green90.6%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cce7eb text on a black background
contrast 16.20:1
Card sample
#cce7eb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce7eb;
Background color
Panel with #cce7eb background
background-color: #cce7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce7eb; background: linear-gradient(135deg, #cce7eb, #CCD2EB);