#d7fcff
a pale, electric cyan · cool · closest name: white
RGB
215, 252, 255
HSL
185°, 100%, 92%
CMYK
16, 1, 0, 0
Luminance
0.9129
Every format
| HEX | #d7fcff |
| RGB | rgb(215, 252, 255) |
| HSL | hsl(185, 100%, 92%) |
| CMYK | cmyk(16%, 1%, 0%, 0%) |
| LAB | lab(96.5 -11.2 -5.4) |
| LCH | lch(96.5 12.5 205.7) |
| OKLCH | oklch(0.966 0.038 202.5) |
Copy-ready code
/* CSS */
color: #d7fcff;
background-color: #d7fcff;
/* Tailwind (arbitrary) */
class="text-[#d7fcff] bg-[#d7fcff]"
/* SCSS */
$brand: #d7fcff;
/* SwiftUI */
Color(red: 0.843, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#d7fcff")Accessibility — WCAG contrast
Aa
#d7fcff on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7fcff on black: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green98.8%
Blue100.0%
CMYK percentages
Cyan15.7%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#d7fcff text on a black background
contrast 19.26:1
Card sample
#d7fcff text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7fcff;
Background color
Panel with #d7fcff background
background-color: #d7fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7fcff; background: linear-gradient(135deg, #d7fcff, #D7E1FF);