#b9d3fd
a pale, electric blue · cool · closest name: lavender
RGB
185, 211, 253
HSL
217°, 94%, 86%
CMYK
27, 17, 0, 1
Luminance
0.6399
Every format
| HEX | #b9d3fd |
| RGB | rgb(185, 211, 253) |
| HSL | hsl(217, 94%, 86%) |
| CMYK | cmyk(27%, 17%, 0%, 1%) |
| LAB | lab(84.0 0.5 -23.4) |
| LCH | lch(84.0 23.4 271.2) |
| OKLCH | oklch(0.862 0.065 260.0) |
Copy-ready code
/* CSS */
color: #b9d3fd;
background-color: #b9d3fd;
/* Tailwind (arbitrary) */
class="text-[#b9d3fd] bg-[#b9d3fd]"
/* SCSS */
$brand: #b9d3fd;
/* SwiftUI */
Color(red: 0.725, green: 0.827, blue: 0.992)
/* Android */
Color.parseColor("#b9d3fd")Accessibility — WCAG contrast
Aa
#b9d3fd on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9d3fd on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green82.7%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta16.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b9d3fd text on a black background
contrast 13.80:1
Card sample
#b9d3fd text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9d3fd;
Background color
Panel with #b9d3fd background
background-color: #b9d3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9d3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 211, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 211, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9d3fd; background: linear-gradient(135deg, #b9d3fd, #CCB9FD);