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