#babbf9
a pale, electric blue · warm · closest name: plum
RGB
186, 187, 249
HSL
239°, 84%, 85%
CMYK
25, 25, 0, 2
Luminance
0.5282
Every format
| HEX | #babbf9 |
| RGB | rgb(186, 187, 249) |
| HSL | hsl(239, 84%, 85%) |
| CMYK | cmyk(25%, 25%, 0%, 2%) |
| LAB | lab(77.8 12.8 -30.7) |
| LCH | lch(77.8 33.3 292.6) |
| OKLCH | oklch(0.813 0.087 283.6) |
Copy-ready code
/* CSS */
color: #babbf9;
background-color: #babbf9;
/* Tailwind (arbitrary) */
class="text-[#babbf9] bg-[#babbf9]"
/* SCSS */
$brand: #babbf9;
/* SwiftUI */
Color(red: 0.729, green: 0.733, blue: 0.976)
/* Android */
Color.parseColor("#babbf9")Accessibility — WCAG contrast
Aa
#babbf9 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babbf9 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green73.3%
Blue97.6%
CMYK percentages
Cyan25.3%
Magenta24.9%
Yellow0.0%
Key (black)2.4%
Color previews
#babbf9 text on a black background
contrast 11.56:1
Card sample
#babbf9 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babbf9;
Background color
Panel with #babbf9 background
background-color: #babbf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babbf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 187, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 187, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babbf9; background: linear-gradient(135deg, #babbf9, #E3BAF9);