#bbc9f4
a light, vivid blue · warm · closest name: lavender
RGB
187, 201, 244
HSL
225°, 72%, 85%
CMYK
23, 18, 0, 4
Luminance
0.5887
Every format
| HEX | #bbc9f4 |
| RGB | rgb(187, 201, 244) |
| HSL | hsl(225, 72%, 85%) |
| CMYK | cmyk(23%, 18%, 0%, 4%) |
| LAB | lab(81.2 4.3 -22.8) |
| LCH | lch(81.2 23.2 280.8) |
| OKLCH | oklch(0.840 0.062 270.9) |
Copy-ready code
/* CSS */
color: #bbc9f4;
background-color: #bbc9f4;
/* Tailwind (arbitrary) */
class="text-[#bbc9f4] bg-[#bbc9f4]"
/* SCSS */
$brand: #bbc9f4;
/* SwiftUI */
Color(red: 0.733, green: 0.788, blue: 0.957)
/* Android */
Color.parseColor("#bbc9f4")Accessibility — WCAG contrast
Aa
#bbc9f4 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc9f4 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.8%
Blue95.7%
CMYK percentages
Cyan23.4%
Magenta17.6%
Yellow0.0%
Key (black)4.3%
Color previews
#bbc9f4 text on a black background
contrast 12.77:1
Card sample
#bbc9f4 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc9f4;
Background color
Panel with #bbc9f4 background
background-color: #bbc9f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc9f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 201, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 201, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc9f4; background: linear-gradient(135deg, #bbc9f4, #D3BBF4);