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