#cdf3f1
a pale, vivid cyan · cool · closest name: white
RGB
205, 243, 241
HSL
177°, 61%, 88%
CMYK
16, 0, 1, 5
Luminance
0.8343
Every format
| HEX | #cdf3f1 |
| RGB | rgb(205, 243, 241) |
| HSL | hsl(177, 61%, 88%) |
| CMYK | cmyk(16%, 0%, 1%, 5%) |
| LAB | lab(93.2 -12.6 -3.1) |
| LCH | lch(93.2 13.0 194.0) |
| OKLCH | oklch(0.937 0.039 192.6) |
Copy-ready code
/* CSS */
color: #cdf3f1;
background-color: #cdf3f1;
/* Tailwind (arbitrary) */
class="text-[#cdf3f1] bg-[#cdf3f1]"
/* SCSS */
$brand: #cdf3f1;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.945)
/* Android */
Color.parseColor("#cdf3f1")Accessibility — WCAG contrast
Aa
#cdf3f1 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf3f1 on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue94.5%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow0.8%
Key (black)4.7%
Color previews
#cdf3f1 text on a black background
contrast 17.69:1
Card sample
#cdf3f1 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf3f1;
Background color
Panel with #cdf3f1 background
background-color: #cdf3f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf3f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf3f1; background: linear-gradient(135deg, #cdf3f1, #CDDCF3);