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