#cce7df
a pale, soft cyan · cool · closest name: ivory
RGB
204, 231, 223
HSL
162°, 36%, 85%
CMYK
12, 0, 4, 9
Luminance
0.7532
Every format
| HEX | #cce7df |
| RGB | rgb(204, 231, 223) |
| HSL | hsl(162, 36%, 85%) |
| CMYK | cmyk(12%, 0%, 4%, 9%) |
| LAB | lab(89.5 -10.4 0.9) |
| LCH | lch(89.5 10.4 175.2) |
| OKLCH | oklch(0.906 0.030 175.9) |
Copy-ready code
/* CSS */
color: #cce7df;
background-color: #cce7df;
/* Tailwind (arbitrary) */
class="text-[#cce7df] bg-[#cce7df]"
/* SCSS */
$brand: #cce7df;
/* SwiftUI */
Color(red: 0.800, green: 0.906, blue: 0.875)
/* Android */
Color.parseColor("#cce7df")Accessibility — WCAG contrast
Aa
#cce7df on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce7df on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green90.6%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow3.5%
Key (black)9.4%
Color previews
#cce7df text on a black background
contrast 16.06:1
Card sample
#cce7df text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce7df;
Background color
Panel with #cce7df background
background-color: #cce7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 231, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 231, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce7df; background: linear-gradient(135deg, #cce7df, #CCDDE7);