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