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