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