#d6f6ff
a pale, electric cyan · cool · closest name: white
RGB
214, 246, 255
HSL
193°, 100%, 92%
CMYK
16, 4, 0, 0
Luminance
0.8743
Every format
| HEX | #d6f6ff |
| RGB | rgb(214, 246, 255) |
| HSL | hsl(193, 100%, 92%) |
| CMYK | cmyk(16%, 4%, 0%, 0%) |
| LAB | lab(94.9 -8.5 -7.8) |
| LCH | lch(94.9 11.6 222.5) |
| OKLCH | oklch(0.953 0.035 216.5) |
Copy-ready code
/* CSS */
color: #d6f6ff;
background-color: #d6f6ff;
/* Tailwind (arbitrary) */
class="text-[#d6f6ff] bg-[#d6f6ff]"
/* SCSS */
$brand: #d6f6ff;
/* SwiftUI */
Color(red: 0.839, green: 0.965, blue: 1.000)
/* Android */
Color.parseColor("#d6f6ff")Accessibility — WCAG contrast
Aa
#d6f6ff on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6f6ff on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green96.5%
Blue100.0%
CMYK percentages
Cyan16.1%
Magenta3.5%
Yellow0.0%
Key (black)0.0%
Color previews
#d6f6ff text on a black background
contrast 18.49:1
Card sample
#d6f6ff text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6f6ff;
Background color
Panel with #d6f6ff background
background-color: #d6f6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6f6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 246, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 246, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6f6ff; background: linear-gradient(135deg, #d6f6ff, #D6DBFF);