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