#d5f7ff
a pale, electric cyan · cool · closest name: white
RGB
213, 247, 255
HSL
191°, 100%, 92%
CMYK
17, 3, 0, 0
Luminance
0.8789
Every format
| HEX | #d5f7ff |
| RGB | rgb(213, 247, 255) |
| HSL | hsl(191, 100%, 92%) |
| CMYK | cmyk(17%, 3%, 0%, 0%) |
| LAB | lab(95.1 -9.3 -7.5) |
| LCH | lch(95.1 12.0 218.9) |
| OKLCH | oklch(0.954 0.037 213.5) |
Copy-ready code
/* CSS */
color: #d5f7ff;
background-color: #d5f7ff;
/* Tailwind (arbitrary) */
class="text-[#d5f7ff] bg-[#d5f7ff]"
/* SCSS */
$brand: #d5f7ff;
/* SwiftUI */
Color(red: 0.835, green: 0.969, blue: 1.000)
/* Android */
Color.parseColor("#d5f7ff")Accessibility — WCAG contrast
Aa
#d5f7ff on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5f7ff on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green96.9%
Blue100.0%
CMYK percentages
Cyan16.5%
Magenta3.1%
Yellow0.0%
Key (black)0.0%
Color previews
#d5f7ff text on a black background
contrast 18.58:1
Card sample
#d5f7ff text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5f7ff;
Background color
Panel with #d5f7ff background
background-color: #d5f7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5f7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 247, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 247, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5f7ff; background: linear-gradient(135deg, #d5f7ff, #D5DBFF);