#cdf6ed
a pale, vivid cyan · cool · closest name: ivory
RGB
205, 246, 237
HSL
167°, 70%, 88%
CMYK
17, 0, 4, 4
Luminance
0.8501
Every format
| HEX | #cdf6ed |
| RGB | rgb(205, 246, 237) |
| HSL | hsl(167, 70%, 88%) |
| CMYK | cmyk(17%, 0%, 4%, 4%) |
| LAB | lab(93.9 -14.9 -0.1) |
| LCH | lch(93.9 14.9 180.2) |
| OKLCH | oklch(0.942 0.044 180.5) |
Copy-ready code
/* CSS */
color: #cdf6ed;
background-color: #cdf6ed;
/* Tailwind (arbitrary) */
class="text-[#cdf6ed] bg-[#cdf6ed]"
/* SCSS */
$brand: #cdf6ed;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.929)
/* Android */
Color.parseColor("#cdf6ed")Accessibility — WCAG contrast
Aa
#cdf6ed on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf6ed on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue92.9%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow3.7%
Key (black)3.5%
Color previews
#cdf6ed text on a black background
contrast 18.00:1
Card sample
#cdf6ed text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf6ed;
Background color
Panel with #cdf6ed background
background-color: #cdf6ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf6ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf6ed; background: linear-gradient(135deg, #cdf6ed, #CDE4F6);