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