#d2f3fb
a pale, electric cyan · cool · closest name: lavender
RGB
210, 243, 251
HSL
192°, 84%, 90%
CMYK
16, 3, 0, 2
Luminance
0.8477
Every format
| HEX | #d2f3fb |
| RGB | rgb(210, 243, 251) |
| HSL | hsl(192, 84%, 90%) |
| CMYK | cmyk(16%, 3%, 0%, 2%) |
| LAB | lab(93.8 -9.0 -7.4) |
| LCH | lch(93.8 11.7 219.4) |
| OKLCH | oklch(0.943 0.036 214.0) |
Copy-ready code
/* CSS */
color: #d2f3fb;
background-color: #d2f3fb;
/* Tailwind (arbitrary) */
class="text-[#d2f3fb] bg-[#d2f3fb]"
/* SCSS */
$brand: #d2f3fb;
/* SwiftUI */
Color(red: 0.824, green: 0.953, blue: 0.984)
/* Android */
Color.parseColor("#d2f3fb")Accessibility — WCAG contrast
Aa
#d2f3fb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2f3fb on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green95.3%
Blue98.4%
CMYK percentages
Cyan16.3%
Magenta3.2%
Yellow0.0%
Key (black)1.6%
Color previews
#d2f3fb text on a black background
contrast 17.95:1
Card sample
#d2f3fb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2f3fb;
Background color
Panel with #d2f3fb background
background-color: #d2f3fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2f3fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 243, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 243, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2f3fb; background: linear-gradient(135deg, #d2f3fb, #D2D8FB);