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