#cdf3fb
a pale, electric cyan · cool · closest name: lavender
RGB
205, 243, 251
HSL
190°, 85%, 89%
CMYK
18, 3, 0, 2
Luminance
0.8405
Every format
| HEX | #cdf3fb |
| RGB | rgb(205, 243, 251) |
| HSL | hsl(190, 85%, 89%) |
| CMYK | cmyk(18%, 3%, 0%, 2%) |
| LAB | lab(93.5 -10.6 -7.9) |
| LCH | lch(93.5 13.2 216.9) |
| OKLCH | oklch(0.940 0.041 211.8) |
Copy-ready code
/* CSS */
color: #cdf3fb;
background-color: #cdf3fb;
/* Tailwind (arbitrary) */
class="text-[#cdf3fb] bg-[#cdf3fb]"
/* SCSS */
$brand: #cdf3fb;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.984)
/* Android */
Color.parseColor("#cdf3fb")Accessibility — WCAG contrast
Aa
#cdf3fb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf3fb on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue98.4%
CMYK percentages
Cyan18.3%
Magenta3.2%
Yellow0.0%
Key (black)1.6%
Color previews
#cdf3fb text on a black background
contrast 17.81:1
Card sample
#cdf3fb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf3fb;
Background color
Panel with #cdf3fb background
background-color: #cdf3fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf3fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf3fb; background: linear-gradient(135deg, #cdf3fb, #CDD4FB);