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