#d2fcff
a pale, electric cyan · cool · closest name: white
RGB
210, 252, 255
HSL
184°, 100%, 91%
CMYK
18, 1, 0, 0
Luminance
0.9054
Every format
| HEX | #d2fcff |
| RGB | rgb(210, 252, 255) |
| HSL | hsl(184, 100%, 91%) |
| CMYK | cmyk(18%, 1%, 0%, 0%) |
| LAB | lab(96.2 -12.7 -5.9) |
| LCH | lch(96.2 14.0 204.8) |
| OKLCH | oklch(0.963 0.043 201.8) |
Copy-ready code
/* CSS */
color: #d2fcff;
background-color: #d2fcff;
/* Tailwind (arbitrary) */
class="text-[#d2fcff] bg-[#d2fcff]"
/* SCSS */
$brand: #d2fcff;
/* SwiftUI */
Color(red: 0.824, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#d2fcff")Accessibility — WCAG contrast
Aa
#d2fcff on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2fcff on black: 19.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green98.8%
Blue100.0%
CMYK percentages
Cyan17.6%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#d2fcff text on a black background
contrast 19.11:1
Card sample
#d2fcff text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2fcff;
Background color
Panel with #d2fcff background
background-color: #d2fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2fcff; background: linear-gradient(135deg, #d2fcff, #D2DEFF);