#cdf9fb
a pale, electric cyan · cool · closest name: white
RGB
205, 249, 251
HSL
183°, 85%, 89%
CMYK
18, 1, 0, 2
Luminance
0.8770
Every format
| HEX | #cdf9fb |
| RGB | rgb(205, 249, 251) |
| HSL | hsl(183, 85%, 89%) |
| CMYK | cmyk(18%, 1%, 0%, 2%) |
| LAB | lab(95.0 -13.6 -5.6) |
| LCH | lch(95.0 14.7 202.5) |
| OKLCH | oklch(0.952 0.045 199.8) |
Copy-ready code
/* CSS */
color: #cdf9fb;
background-color: #cdf9fb;
/* Tailwind (arbitrary) */
class="text-[#cdf9fb] bg-[#cdf9fb]"
/* SCSS */
$brand: #cdf9fb;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.984)
/* Android */
Color.parseColor("#cdf9fb")Accessibility — WCAG contrast
Aa
#cdf9fb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf9fb on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue98.4%
CMYK percentages
Cyan18.3%
Magenta0.8%
Yellow0.0%
Key (black)1.6%
Color previews
#cdf9fb text on a black background
contrast 18.54:1
Card sample
#cdf9fb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf9fb;
Background color
Panel with #cdf9fb background
background-color: #cdf9fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf9fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf9fb; background: linear-gradient(135deg, #cdf9fb, #CDDAFB);