#cdfffa
a pale, electric cyan · cool · closest name: white
RGB
205, 255, 250
HSL
174°, 100%, 90%
CMYK
20, 0, 2, 0
Luminance
0.9140
Every format
| HEX | #cdfffa |
| RGB | rgb(205, 255, 250) |
| HSL | hsl(174, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 2%, 0%) |
| LAB | lab(96.6 -16.7 -2.8) |
| LCH | lch(96.6 17.0 189.6) |
| OKLCH | oklch(0.964 0.051 188.8) |
Copy-ready code
/* CSS */
color: #cdfffa;
background-color: #cdfffa;
/* Tailwind (arbitrary) */
class="text-[#cdfffa] bg-[#cdfffa]"
/* SCSS */
$brand: #cdfffa;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.980)
/* Android */
Color.parseColor("#cdfffa")Accessibility — WCAG contrast
Aa
#cdfffa on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfffa on black: 19.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue98.0%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow2.0%
Key (black)0.0%
Color previews
#cdfffa text on a black background
contrast 19.28:1
Card sample
#cdfffa text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfffa;
Background color
Panel with #cdfffa background
background-color: #cdfffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfffa; background: linear-gradient(135deg, #cdfffa, #CDE3FF);