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