#cee7df
a pale, soft cyan · cool · closest name: ivory
RGB
206, 231, 223
HSL
161°, 34%, 86%
CMYK
11, 0, 4, 9
Luminance
0.7560
Every format
| HEX | #cee7df |
| RGB | rgb(206, 231, 223) |
| HSL | hsl(161, 34%, 86%) |
| CMYK | cmyk(11%, 0%, 4%, 9%) |
| LAB | lab(89.7 -9.7 1.1) |
| LCH | lch(89.7 9.8 173.6) |
| OKLCH | oklch(0.907 0.029 174.5) |
Copy-ready code
/* CSS */
color: #cee7df;
background-color: #cee7df;
/* Tailwind (arbitrary) */
class="text-[#cee7df] bg-[#cee7df]"
/* SCSS */
$brand: #cee7df;
/* SwiftUI */
Color(red: 0.808, green: 0.906, blue: 0.875)
/* Android */
Color.parseColor("#cee7df")Accessibility — WCAG contrast
Aa
#cee7df on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee7df on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green90.6%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow3.5%
Key (black)9.4%
Color previews
#cee7df text on a black background
contrast 16.12:1
Card sample
#cee7df text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee7df;
Background color
Panel with #cee7df background
background-color: #cee7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 231, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 231, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee7df; background: linear-gradient(135deg, #cee7df, #CEDEE7);