#babaf7
a light, electric blue · warm · closest name: plum
RGB
186, 186, 247
HSL
240°, 79%, 85%
CMYK
25, 25, 0, 3
Luminance
0.5227
Every format
| HEX | #babaf7 |
| RGB | rgb(186, 186, 247) |
| HSL | hsl(240, 79%, 85%) |
| CMYK | cmyk(25%, 25%, 0%, 3%) |
| LAB | lab(77.4 12.9 -30.1) |
| LCH | lch(77.4 32.8 293.1) |
| OKLCH | oklch(0.810 0.086 284.3) |
Copy-ready code
/* CSS */
color: #babaf7;
background-color: #babaf7;
/* Tailwind (arbitrary) */
class="text-[#babaf7] bg-[#babaf7]"
/* SCSS */
$brand: #babaf7;
/* SwiftUI */
Color(red: 0.729, green: 0.729, blue: 0.969)
/* Android */
Color.parseColor("#babaf7")Accessibility — WCAG contrast
Aa
#babaf7 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babaf7 on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green72.9%
Blue96.9%
CMYK percentages
Cyan24.7%
Magenta24.7%
Yellow0.0%
Key (black)3.1%
Color previews
#babaf7 text on a black background
contrast 11.45:1
Card sample
#babaf7 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babaf7;
Background color
Panel with #babaf7 background
background-color: #babaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 186, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 186, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babaf7; background: linear-gradient(135deg, #babaf7, #E3BAF7);