#babafc
a pale, electric blue · warm · closest name: plum
RGB
186, 186, 252
HSL
240°, 92%, 86%
CMYK
26, 26, 0, 1
Luminance
0.5259
Every format
| HEX | #babafc |
| RGB | rgb(186, 186, 252) |
| HSL | hsl(240, 92%, 86%) |
| CMYK | cmyk(26%, 26%, 0%, 1%) |
| LAB | lab(77.6 14.0 -32.5) |
| LCH | lch(77.6 35.4 293.3) |
| OKLCH | oklch(0.812 0.093 284.1) |
Copy-ready code
/* CSS */
color: #babafc;
background-color: #babafc;
/* Tailwind (arbitrary) */
class="text-[#babafc] bg-[#babafc]"
/* SCSS */
$brand: #babafc;
/* SwiftUI */
Color(red: 0.729, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#babafc")Accessibility — WCAG contrast
Aa
#babafc on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babafc on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green72.9%
Blue98.8%
CMYK percentages
Cyan26.2%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#babafc text on a black background
contrast 11.52:1
Card sample
#babafc text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babafc;
Background color
Panel with #babafc background
background-color: #babafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babafc; background: linear-gradient(135deg, #babafc, #E6BAFC);