#cdf9fa
a pale, electric cyan · cool · closest name: white
RGB
205, 249, 250
HSL
181°, 82%, 89%
CMYK
18, 0, 0, 2
Luminance
0.8763
Every format
| HEX | #cdf9fa |
| RGB | rgb(205, 249, 250) |
| HSL | hsl(181, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 0%, 2%) |
| LAB | lab(95.0 -13.8 -5.1) |
| LCH | lch(95.0 14.7 200.5) |
| OKLCH | oklch(0.952 0.045 198.1) |
Copy-ready code
/* CSS */
color: #cdf9fa;
background-color: #cdf9fa;
/* Tailwind (arbitrary) */
class="text-[#cdf9fa] bg-[#cdf9fa]"
/* SCSS */
$brand: #cdf9fa;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.980)
/* Android */
Color.parseColor("#cdf9fa")Accessibility — WCAG contrast
Aa
#cdf9fa on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf9fa on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue98.0%
CMYK percentages
Cyan18.0%
Magenta0.4%
Yellow0.0%
Key (black)2.0%
Color previews
#cdf9fa text on a black background
contrast 18.53:1
Card sample
#cdf9fa text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf9fa;
Background color
Panel with #cdf9fa background
background-color: #cdf9fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf9fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf9fa; background: linear-gradient(135deg, #cdf9fa, #CDDBFA);