#b9cdfd
a pale, electric blue · cool · closest name: lavender
RGB
185, 205, 253
HSL
222°, 94%, 86%
CMYK
27, 19, 0, 1
Luminance
0.6107
Every format
| HEX | #b9cdfd |
| RGB | rgb(185, 205, 253) |
| HSL | hsl(222, 94%, 86%) |
| CMYK | cmyk(27%, 19%, 0%, 1%) |
| LAB | lab(82.4 3.7 -25.7) |
| LCH | lch(82.4 26.0 278.1) |
| OKLCH | oklch(0.850 0.071 267.2) |
Copy-ready code
/* CSS */
color: #b9cdfd;
background-color: #b9cdfd;
/* Tailwind (arbitrary) */
class="text-[#b9cdfd] bg-[#b9cdfd]"
/* SCSS */
$brand: #b9cdfd;
/* SwiftUI */
Color(red: 0.725, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#b9cdfd")Accessibility — WCAG contrast
Aa
#b9cdfd on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cdfd on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green80.4%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b9cdfd text on a black background
contrast 13.21:1
Card sample
#b9cdfd text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cdfd;
Background color
Panel with #b9cdfd background
background-color: #b9cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cdfd; background: linear-gradient(135deg, #b9cdfd, #D2B9FD);