#beb8ff
a pale, electric blue · warm · closest name: plum
RGB
190, 184, 255
HSL
245°, 100%, 86%
CMYK
26, 28, 0, 0
Luminance
0.5245
Every format
| HEX | #beb8ff |
| RGB | rgb(190, 184, 255) |
| HSL | hsl(245, 100%, 86%) |
| CMYK | cmyk(26%, 28%, 0%, 0%) |
| LAB | lab(77.5 17.0 -34.2) |
| LCH | lch(77.5 38.2 296.4) |
| OKLCH | oklch(0.813 0.099 287.8) |
Copy-ready code
/* CSS */
color: #beb8ff;
background-color: #beb8ff;
/* Tailwind (arbitrary) */
class="text-[#beb8ff] bg-[#beb8ff]"
/* SCSS */
$brand: #beb8ff;
/* SwiftUI */
Color(red: 0.745, green: 0.722, blue: 1.000)
/* Android */
Color.parseColor("#beb8ff")Accessibility — WCAG contrast
Aa
#beb8ff on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beb8ff on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green72.2%
Blue100.0%
CMYK percentages
Cyan25.5%
Magenta27.8%
Yellow0.0%
Key (black)0.0%
Color previews
#beb8ff text on a black background
contrast 11.49:1
Card sample
#beb8ff text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beb8ff;
Background color
Panel with #beb8ff background
background-color: #beb8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beb8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 184, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 184, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beb8ff; background: linear-gradient(135deg, #beb8ff, #EDB8FF);