#d2f4fe
a pale, electric cyan · cool · closest name: lavender
RGB
210, 244, 254
HSL
194°, 96%, 91%
CMYK
17, 4, 0, 0
Luminance
0.8556
Every format
| HEX | #d2f4fe |
| RGB | rgb(210, 244, 254) |
| HSL | hsl(194, 96%, 91%) |
| CMYK | cmyk(17%, 4%, 0%, 0%) |
| LAB | lab(94.1 -8.9 -8.5) |
| LCH | lch(94.1 12.3 223.6) |
| OKLCH | oklch(0.946 0.038 217.4) |
Copy-ready code
/* CSS */
color: #d2f4fe;
background-color: #d2f4fe;
/* Tailwind (arbitrary) */
class="text-[#d2f4fe] bg-[#d2f4fe]"
/* SCSS */
$brand: #d2f4fe;
/* SwiftUI */
Color(red: 0.824, green: 0.957, blue: 0.996)
/* Android */
Color.parseColor("#d2f4fe")Accessibility — WCAG contrast
Aa
#d2f4fe on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2f4fe on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green95.7%
Blue99.6%
CMYK percentages
Cyan17.3%
Magenta3.9%
Yellow0.0%
Key (black)0.4%
Color previews
#d2f4fe text on a black background
contrast 18.11:1
Card sample
#d2f4fe text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2f4fe;
Background color
Panel with #d2f4fe background
background-color: #d2f4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2f4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 244, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 244, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2f4fe; background: linear-gradient(135deg, #d2f4fe, #D2D7FE);