#b9c7f3
a light, vivid blue · warm · closest name: lavender
RGB
185, 199, 243
HSL
226°, 71%, 84%
CMYK
24, 18, 0, 5
Luminance
0.5763
Every format
| HEX | #b9c7f3 |
| RGB | rgb(185, 199, 243) |
| HSL | hsl(226, 71%, 84%) |
| CMYK | cmyk(24%, 18%, 0%, 5%) |
| LAB | lab(80.5 4.6 -23.3) |
| LCH | lch(80.5 23.7 281.1) |
| OKLCH | oklch(0.834 0.064 271.2) |
Copy-ready code
/* CSS */
color: #b9c7f3;
background-color: #b9c7f3;
/* Tailwind (arbitrary) */
class="text-[#b9c7f3] bg-[#b9c7f3]"
/* SCSS */
$brand: #b9c7f3;
/* SwiftUI */
Color(red: 0.725, green: 0.780, blue: 0.953)
/* Android */
Color.parseColor("#b9c7f3")Accessibility — WCAG contrast
Aa
#b9c7f3 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9c7f3 on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green78.0%
Blue95.3%
CMYK percentages
Cyan23.9%
Magenta18.1%
Yellow0.0%
Key (black)4.7%
Color previews
#b9c7f3 text on a black background
contrast 12.53:1
Card sample
#b9c7f3 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9c7f3;
Background color
Panel with #b9c7f3 background
background-color: #b9c7f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9c7f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 199, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 199, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9c7f3; background: linear-gradient(135deg, #b9c7f3, #D2B9F3);