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