#cdfcfa
a pale, electric cyan · cool · closest name: white
RGB
205, 252, 250
HSL
177°, 89%, 90%
CMYK
19, 0, 1, 1
Luminance
0.8950
Every format
| HEX | #cdfcfa |
| RGB | rgb(205, 252, 250) |
| HSL | hsl(177, 89%, 90%) |
| CMYK | cmyk(19%, 0%, 1%, 1%) |
| LAB | lab(95.8 -15.3 -4.0) |
| LCH | lch(95.8 15.8 194.7) |
| OKLCH | oklch(0.958 0.048 193.2) |
Copy-ready code
/* CSS */
color: #cdfcfa;
background-color: #cdfcfa;
/* Tailwind (arbitrary) */
class="text-[#cdfcfa] bg-[#cdfcfa]"
/* SCSS */
$brand: #cdfcfa;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.980)
/* Android */
Color.parseColor("#cdfcfa")Accessibility — WCAG contrast
Aa
#cdfcfa on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfcfa on black: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue98.0%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow0.8%
Key (black)1.2%
Color previews
#cdfcfa text on a black background
contrast 18.90:1
Card sample
#cdfcfa text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfcfa;
Background color
Panel with #cdfcfa background
background-color: #cdfcfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfcfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfcfa; background: linear-gradient(135deg, #cdfcfa, #CDDFFC);