#cce8df
a pale, soft cyan · cool · closest name: beige
RGB
204, 232, 223
HSL
161°, 38%, 86%
CMYK
12, 0, 4, 9
Luminance
0.7588
Every format
| HEX | #cce8df |
| RGB | rgb(204, 232, 223) |
| HSL | hsl(161, 38%, 86%) |
| CMYK | cmyk(12%, 0%, 4%, 9%) |
| LAB | lab(89.8 -10.9 1.3) |
| LCH | lch(89.8 11.0 173.3) |
| OKLCH | oklch(0.908 0.032 174.3) |
Copy-ready code
/* CSS */
color: #cce8df;
background-color: #cce8df;
/* Tailwind (arbitrary) */
class="text-[#cce8df] bg-[#cce8df]"
/* SCSS */
$brand: #cce8df;
/* SwiftUI */
Color(red: 0.800, green: 0.910, blue: 0.875)
/* Android */
Color.parseColor("#cce8df")Accessibility — WCAG contrast
Aa
#cce8df on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce8df on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green91.0%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow3.9%
Key (black)9.0%
Color previews
#cce8df text on a black background
contrast 16.18:1
Card sample
#cce8df text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce8df;
Background color
Panel with #cce8df background
background-color: #cce8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 232, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 232, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce8df; background: linear-gradient(135deg, #cce8df, #CCDEE8);