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