#cdf7fb
a pale, electric cyan · cool · closest name: white
RGB
205, 247, 251
HSL
185°, 85%, 89%
CMYK
18, 2, 0, 2
Luminance
0.8647
Every format
| HEX | #cdf7fb |
| RGB | rgb(205, 247, 251) |
| HSL | hsl(185, 85%, 89%) |
| CMYK | cmyk(18%, 2%, 0%, 2%) |
| LAB | lab(94.5 -12.6 -6.4) |
| LCH | lch(94.5 14.1 206.9) |
| OKLCH | oklch(0.948 0.043 203.6) |
Copy-ready code
/* CSS */
color: #cdf7fb;
background-color: #cdf7fb;
/* Tailwind (arbitrary) */
class="text-[#cdf7fb] bg-[#cdf7fb]"
/* SCSS */
$brand: #cdf7fb;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.984)
/* Android */
Color.parseColor("#cdf7fb")Accessibility — WCAG contrast
Aa
#cdf7fb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf7fb on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue98.4%
CMYK percentages
Cyan18.3%
Magenta1.6%
Yellow0.0%
Key (black)1.6%
Color previews
#cdf7fb text on a black background
contrast 18.29:1
Card sample
#cdf7fb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf7fb;
Background color
Panel with #cdf7fb background
background-color: #cdf7fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf7fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf7fb; background: linear-gradient(135deg, #cdf7fb, #CDD8FB);