#d3f2fe
a pale, electric cyan · cool · closest name: lavender
RGB
211, 242, 254
HSL
197°, 96%, 91%
CMYK
17, 5, 0, 0
Luminance
0.8451
Every format
| HEX | #d3f2fe |
| RGB | rgb(211, 242, 254) |
| HSL | hsl(197, 96%, 91%) |
| CMYK | cmyk(17%, 5%, 0%, 0%) |
| LAB | lab(93.7 -7.6 -9.2) |
| LCH | lch(93.7 11.9 230.2) |
| OKLCH | oklch(0.943 0.036 223.1) |
Copy-ready code
/* CSS */
color: #d3f2fe;
background-color: #d3f2fe;
/* Tailwind (arbitrary) */
class="text-[#d3f2fe] bg-[#d3f2fe]"
/* SCSS */
$brand: #d3f2fe;
/* SwiftUI */
Color(red: 0.827, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#d3f2fe")Accessibility — WCAG contrast
Aa
#d3f2fe on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3f2fe on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green94.9%
Blue99.6%
CMYK percentages
Cyan16.9%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#d3f2fe text on a black background
contrast 17.90:1
Card sample
#d3f2fe text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3f2fe;
Background color
Panel with #d3f2fe background
background-color: #d3f2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3f2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3f2fe; background: linear-gradient(135deg, #d3f2fe, #D3D5FE);