#d6fff8
a pale, electric cyan · cool · closest name: ivory
RGB
214, 255, 248
HSL
170°, 100%, 92%
CMYK
16, 0, 3, 0
Luminance
0.9259
Every format
| HEX | #d6fff8 |
| RGB | rgb(214, 255, 248) |
| HSL | hsl(170, 100%, 92%) |
| CMYK | cmyk(16%, 0%, 3%, 0%) |
| LAB | lab(97.1 -14.4 -1.0) |
| LCH | lch(97.1 14.4 184.1) |
| OKLCH | oklch(0.969 0.043 184.0) |
Copy-ready code
/* CSS */
color: #d6fff8;
background-color: #d6fff8;
/* Tailwind (arbitrary) */
class="text-[#d6fff8] bg-[#d6fff8]"
/* SCSS */
$brand: #d6fff8;
/* SwiftUI */
Color(red: 0.839, green: 1.000, blue: 0.973)
/* Android */
Color.parseColor("#d6fff8")Accessibility — WCAG contrast
Aa
#d6fff8 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6fff8 on black: 19.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green100.0%
Blue97.3%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow2.7%
Key (black)0.0%
Color previews
#d6fff8 text on a black background
contrast 19.52:1
Card sample
#d6fff8 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6fff8;
Background color
Panel with #d6fff8 background
background-color: #d6fff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6fff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 255, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 255, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6fff8; background: linear-gradient(135deg, #d6fff8, #D6EBFF);