#b9cbf3
a light, vivid blue · cool · closest name: lavender
RGB
185, 203, 243
HSL
221°, 71%, 84%
CMYK
24, 17, 0, 5
Luminance
0.5950
Every format
| HEX | #b9cbf3 |
| RGB | rgb(185, 203, 243) |
| HSL | hsl(221, 71%, 84%) |
| CMYK | cmyk(24%, 17%, 0%, 5%) |
| LAB | lab(81.6 2.4 -21.7) |
| LCH | lch(81.6 21.8 276.4) |
| OKLCH | oklch(0.842 0.059 266.0) |
Copy-ready code
/* CSS */
color: #b9cbf3;
background-color: #b9cbf3;
/* Tailwind (arbitrary) */
class="text-[#b9cbf3] bg-[#b9cbf3]"
/* SCSS */
$brand: #b9cbf3;
/* SwiftUI */
Color(red: 0.725, green: 0.796, blue: 0.953)
/* Android */
Color.parseColor("#b9cbf3")Accessibility — WCAG contrast
Aa
#b9cbf3 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cbf3 on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green79.6%
Blue95.3%
CMYK percentages
Cyan23.9%
Magenta16.5%
Yellow0.0%
Key (black)4.7%
Color previews
#b9cbf3 text on a black background
contrast 12.90:1
Card sample
#b9cbf3 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cbf3;
Background color
Panel with #b9cbf3 background
background-color: #b9cbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 203, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 203, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cbf3; background: linear-gradient(135deg, #b9cbf3, #CEB9F3);