#b9cdf4
a light, vivid blue · cool · closest name: lavender
RGB
185, 205, 244
HSL
220°, 73%, 84%
CMYK
24, 16, 0, 4
Luminance
0.6051
Every format
| HEX | #b9cdf4 |
| RGB | rgb(185, 205, 244) |
| HSL | hsl(220, 73%, 84%) |
| CMYK | cmyk(24%, 16%, 0%, 4%) |
| LAB | lab(82.1 1.6 -21.4) |
| LCH | lch(82.1 21.5 274.3) |
| OKLCH | oklch(0.846 0.059 263.7) |
Copy-ready code
/* CSS */
color: #b9cdf4;
background-color: #b9cdf4;
/* Tailwind (arbitrary) */
class="text-[#b9cdf4] bg-[#b9cdf4]"
/* SCSS */
$brand: #b9cdf4;
/* SwiftUI */
Color(red: 0.725, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#b9cdf4")Accessibility — WCAG contrast
Aa
#b9cdf4 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cdf4 on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green80.4%
Blue95.7%
CMYK percentages
Cyan24.2%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#b9cdf4 text on a black background
contrast 13.10:1
Card sample
#b9cdf4 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cdf4;
Background color
Panel with #b9cdf4 background
background-color: #b9cdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cdf4; background: linear-gradient(135deg, #b9cdf4, #CCB9F4);