#beacdf
a light, soft violet · warm · closest name: plum
RGB
190, 172, 223
HSL
261°, 44%, 78%
CMYK
15, 23, 0, 13
Luminance
0.4578
Every format
| HEX | #beacdf |
| RGB | rgb(190, 172, 223) |
| HSL | hsl(261, 44%, 78%) |
| CMYK | cmyk(15%, 23%, 0%, 13%) |
| LAB | lab(73.4 16.4 -23.3) |
| LCH | lch(73.4 28.5 305.1) |
| OKLCH | oklch(0.777 0.074 300.8) |
Copy-ready code
/* CSS */
color: #beacdf;
background-color: #beacdf;
/* Tailwind (arbitrary) */
class="text-[#beacdf] bg-[#beacdf]"
/* SCSS */
$brand: #beacdf;
/* SwiftUI */
Color(red: 0.745, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#beacdf")Accessibility — WCAG contrast
Aa
#beacdf on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beacdf on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green67.5%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#beacdf text on a black background
contrast 10.16:1
Card sample
#beacdf text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beacdf;
Background color
Panel with #beacdf background
background-color: #beacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beacdf; background: linear-gradient(135deg, #beacdf, #DFACDE);