#bebcff
a pale, electric blue · warm · closest name: plum
RGB
190, 188, 255
HSL
242°, 100%, 87%
CMYK
26, 26, 0, 0
Luminance
0.5413
Every format
| HEX | #bebcff |
| RGB | rgb(190, 188, 255) |
| HSL | hsl(242, 100%, 87%) |
| CMYK | cmyk(26%, 26%, 0%, 0%) |
| LAB | lab(78.5 14.8 -32.7) |
| LCH | lch(78.5 35.9 294.3) |
| OKLCH | oklch(0.821 0.094 285.5) |
Copy-ready code
/* CSS */
color: #bebcff;
background-color: #bebcff;
/* Tailwind (arbitrary) */
class="text-[#bebcff] bg-[#bebcff]"
/* SCSS */
$brand: #bebcff;
/* SwiftUI */
Color(red: 0.745, green: 0.737, blue: 1.000)
/* Android */
Color.parseColor("#bebcff")Accessibility — WCAG contrast
Aa
#bebcff on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bebcff on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green73.7%
Blue100.0%
CMYK percentages
Cyan25.5%
Magenta26.3%
Yellow0.0%
Key (black)0.0%
Color previews
#bebcff text on a black background
contrast 11.83:1
Card sample
#bebcff text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bebcff;
Background color
Panel with #bebcff background
background-color: #bebcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bebcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 188, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 188, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bebcff; background: linear-gradient(135deg, #bebcff, #EBBCFF);