#cdf4eb
a pale, vivid cyan · cool · closest name: ivory
RGB
205, 244, 235
HSL
166°, 64%, 88%
CMYK
16, 0, 4, 4
Luminance
0.8368
Every format
| HEX | #cdf4eb |
| RGB | rgb(205, 244, 235) |
| HSL | hsl(166, 64%, 88%) |
| CMYK | cmyk(16%, 0%, 4%, 4%) |
| LAB | lab(93.3 -14.3 0.1) |
| LCH | lch(93.3 14.3 179.4) |
| OKLCH | oklch(0.937 0.042 179.8) |
Copy-ready code
/* CSS */
color: #cdf4eb;
background-color: #cdf4eb;
/* Tailwind (arbitrary) */
class="text-[#cdf4eb] bg-[#cdf4eb]"
/* SCSS */
$brand: #cdf4eb;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#cdf4eb")Accessibility — WCAG contrast
Aa
#cdf4eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf4eb on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue92.2%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#cdf4eb text on a black background
contrast 17.74:1
Card sample
#cdf4eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf4eb;
Background color
Panel with #cdf4eb background
background-color: #cdf4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf4eb; background: linear-gradient(135deg, #cdf4eb, #CDE3F4);