#cdf0f1
a pale, vivid cyan · cool · closest name: white
RGB
205, 240, 241
HSL
182°, 56%, 88%
CMYK
15, 0, 0, 6
Luminance
0.8165
Every format
| HEX | #cdf0f1 |
| RGB | rgb(205, 240, 241) |
| HSL | hsl(182, 56%, 88%) |
| CMYK | cmyk(15%, 0%, 0%, 6%) |
| LAB | lab(92.4 -11.1 -4.3) |
| LCH | lch(92.4 11.9 201.1) |
| OKLCH | oklch(0.930 0.036 198.7) |
Copy-ready code
/* CSS */
color: #cdf0f1;
background-color: #cdf0f1;
/* Tailwind (arbitrary) */
class="text-[#cdf0f1] bg-[#cdf0f1]"
/* SCSS */
$brand: #cdf0f1;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.945)
/* Android */
Color.parseColor("#cdf0f1")Accessibility — WCAG contrast
Aa
#cdf0f1 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf0f1 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue94.5%
CMYK percentages
Cyan14.9%
Magenta0.4%
Yellow0.0%
Key (black)5.5%
Color previews
#cdf0f1 text on a black background
contrast 17.33:1
Card sample
#cdf0f1 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf0f1;
Background color
Panel with #cdf0f1 background
background-color: #cdf0f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf0f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf0f1; background: linear-gradient(135deg, #cdf0f1, #CDD8F1);