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