#d3f6ff
a pale, electric cyan · cool · closest name: white
RGB
211, 246, 255
HSL
192°, 100%, 91%
CMYK
17, 4, 0, 0
Luminance
0.8698
Every format
| HEX | #d3f6ff |
| RGB | rgb(211, 246, 255) |
| HSL | hsl(192, 100%, 91%) |
| CMYK | cmyk(17%, 4%, 0%, 0%) |
| LAB | lab(94.7 -9.4 -8.1) |
| LCH | lch(94.7 12.4 220.7) |
| OKLCH | oklch(0.951 0.038 215.0) |
Copy-ready code
/* CSS */
color: #d3f6ff;
background-color: #d3f6ff;
/* Tailwind (arbitrary) */
class="text-[#d3f6ff] bg-[#d3f6ff]"
/* SCSS */
$brand: #d3f6ff;
/* SwiftUI */
Color(red: 0.827, green: 0.965, blue: 1.000)
/* Android */
Color.parseColor("#d3f6ff")Accessibility — WCAG contrast
Aa
#d3f6ff on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3f6ff on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green96.5%
Blue100.0%
CMYK percentages
Cyan17.3%
Magenta3.5%
Yellow0.0%
Key (black)0.0%
Color previews
#d3f6ff text on a black background
contrast 18.40:1
Card sample
#d3f6ff text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3f6ff;
Background color
Panel with #d3f6ff background
background-color: #d3f6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3f6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 246, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 246, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3f6ff; background: linear-gradient(135deg, #d3f6ff, #D3D9FF);