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