#babaf0
a light, vivid blue · warm · closest name: plum
RGB
186, 186, 240
HSL
240°, 64%, 84%
CMYK
23, 23, 0, 6
Luminance
0.5185
Every format
| HEX | #babaf0 |
| RGB | rgb(186, 186, 240) |
| HSL | hsl(240, 64%, 84%) |
| CMYK | cmyk(23%, 23%, 0%, 6%) |
| LAB | lab(77.2 11.2 -26.8) |
| LCH | lch(77.2 29.0 292.8) |
| OKLCH | oklch(0.807 0.076 284.6) |
Copy-ready code
/* CSS */
color: #babaf0;
background-color: #babaf0;
/* Tailwind (arbitrary) */
class="text-[#babaf0] bg-[#babaf0]"
/* SCSS */
$brand: #babaf0;
/* SwiftUI */
Color(red: 0.729, green: 0.729, blue: 0.941)
/* Android */
Color.parseColor("#babaf0")Accessibility — WCAG contrast
Aa
#babaf0 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babaf0 on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green72.9%
Blue94.1%
CMYK percentages
Cyan22.5%
Magenta22.5%
Yellow0.0%
Key (black)5.9%
Color previews
#babaf0 text on a black background
contrast 11.37:1
Card sample
#babaf0 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babaf0;
Background color
Panel with #babaf0 background
background-color: #babaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 186, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 186, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babaf0; background: linear-gradient(135deg, #babaf0, #DEBAF0);