#babfdb
a light, soft blue · warm · closest name: lavender
RGB
186, 191, 219
HSL
231°, 31%, 79%
CMYK
15, 13, 0, 14
Luminance
0.5282
Every format
| HEX | #babfdb |
| RGB | rgb(186, 191, 219) |
| HSL | hsl(231, 31%, 79%) |
| CMYK | cmyk(15%, 13%, 0%, 14%) |
| LAB | lab(77.8 3.9 -14.6) |
| LCH | lch(77.8 15.1 285.0) |
| OKLCH | oklch(0.810 0.040 277.5) |
Copy-ready code
/* CSS */
color: #babfdb;
background-color: #babfdb;
/* Tailwind (arbitrary) */
class="text-[#babfdb] bg-[#babfdb]"
/* SCSS */
$brand: #babfdb;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#babfdb")Accessibility — WCAG contrast
Aa
#babfdb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfdb on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue85.9%
CMYK percentages
Cyan15.1%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#babfdb text on a black background
contrast 11.56:1
Card sample
#babfdb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfdb;
Background color
Panel with #babfdb background
background-color: #babfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfdb; background: linear-gradient(135deg, #babfdb, #CBBADB);