#d2fffc
a pale, electric cyan · cool · closest name: white
RGB
210, 255, 252
HSL
176°, 100%, 91%
CMYK
18, 0, 1, 0
Luminance
0.9225
Every format
| HEX | #d2fffc |
| RGB | rgb(210, 255, 252) |
| HSL | hsl(176, 100%, 91%) |
| CMYK | cmyk(18%, 0%, 1%, 0%) |
| LAB | lab(96.9 -14.8 -3.3) |
| LCH | lch(96.9 15.2 192.6) |
| OKLCH | oklch(0.968 0.046 191.4) |
Copy-ready code
/* CSS */
color: #d2fffc;
background-color: #d2fffc;
/* Tailwind (arbitrary) */
class="text-[#d2fffc] bg-[#d2fffc]"
/* SCSS */
$brand: #d2fffc;
/* SwiftUI */
Color(red: 0.824, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#d2fffc")Accessibility — WCAG contrast
Aa
#d2fffc on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2fffc on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green100.0%
Blue98.8%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#d2fffc text on a black background
contrast 19.45:1
Card sample
#d2fffc text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2fffc;
Background color
Panel with #d2fffc background
background-color: #d2fffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2fffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2fffc; background: linear-gradient(135deg, #d2fffc, #D2E4FF);