#cdf5fa
a pale, electric cyan · cool · closest name: white
RGB
205, 245, 250
HSL
187°, 82%, 89%
CMYK
18, 2, 0, 2
Luminance
0.8519
Every format
| HEX | #cdf5fa |
| RGB | rgb(205, 245, 250) |
| HSL | hsl(187, 82%, 89%) |
| CMYK | cmyk(18%, 2%, 0%, 2%) |
| LAB | lab(94.0 -11.8 -6.7) |
| LCH | lch(94.0 13.5 209.6) |
| OKLCH | oklch(0.944 0.042 205.7) |
Copy-ready code
/* CSS */
color: #cdf5fa;
background-color: #cdf5fa;
/* Tailwind (arbitrary) */
class="text-[#cdf5fa] bg-[#cdf5fa]"
/* SCSS */
$brand: #cdf5fa;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.980)
/* Android */
Color.parseColor("#cdf5fa")Accessibility — WCAG contrast
Aa
#cdf5fa on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf5fa on black: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue98.0%
CMYK percentages
Cyan18.0%
Magenta2.0%
Yellow0.0%
Key (black)2.0%
Color previews
#cdf5fa text on a black background
contrast 18.04:1
Card sample
#cdf5fa text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf5fa;
Background color
Panel with #cdf5fa background
background-color: #cdf5fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf5fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf5fa; background: linear-gradient(135deg, #cdf5fa, #CDD7FA);