#cdf6f5
a pale, vivid cyan · cool · closest name: white
RGB
205, 246, 245
HSL
179°, 70%, 88%
CMYK
17, 0, 0, 4
Luminance
0.8548
Every format
| HEX | #cdf6f5 |
| RGB | rgb(205, 246, 245) |
| HSL | hsl(179, 70%, 88%) |
| CMYK | cmyk(17%, 0%, 0%, 4%) |
| LAB | lab(94.1 -13.3 -3.9) |
| LCH | lch(94.1 13.8 196.4) |
| OKLCH | oklch(0.944 0.042 194.6) |
Copy-ready code
/* CSS */
color: #cdf6f5;
background-color: #cdf6f5;
/* Tailwind (arbitrary) */
class="text-[#cdf6f5] bg-[#cdf6f5]"
/* SCSS */
$brand: #cdf6f5;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.961)
/* Android */
Color.parseColor("#cdf6f5")Accessibility — WCAG contrast
Aa
#cdf6f5 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf6f5 on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue96.1%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow0.4%
Key (black)3.5%
Color previews
#cdf6f5 text on a black background
contrast 18.10:1
Card sample
#cdf6f5 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf6f5;
Background color
Panel with #cdf6f5 background
background-color: #cdf6f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf6f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf6f5; background: linear-gradient(135deg, #cdf6f5, #CDDCF6);