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