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