#cdf5eb
a pale, vivid cyan · cool · closest name: ivory
RGB
205, 245, 235
HSL
165°, 67%, 88%
CMYK
16, 0, 4, 4
Luminance
0.8428
Every format
| HEX | #cdf5eb |
| RGB | rgb(205, 245, 235) |
| HSL | hsl(165, 67%, 88%) |
| CMYK | cmyk(16%, 0%, 4%, 4%) |
| LAB | lab(93.6 -14.8 0.5) |
| LCH | lch(93.6 14.8 178.0) |
| OKLCH | oklch(0.939 0.043 178.5) |
Copy-ready code
/* CSS */
color: #cdf5eb;
background-color: #cdf5eb;
/* Tailwind (arbitrary) */
class="text-[#cdf5eb] bg-[#cdf5eb]"
/* SCSS */
$brand: #cdf5eb;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#cdf5eb")Accessibility — WCAG contrast
Aa
#cdf5eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf5eb on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue92.2%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#cdf5eb text on a black background
contrast 17.86:1
Card sample
#cdf5eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf5eb;
Background color
Panel with #cdf5eb background
background-color: #cdf5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf5eb; background: linear-gradient(135deg, #cdf5eb, #CDE4F5);