#beacff
a light, electric blue · warm · closest name: plum
RGB
190, 172, 255
HSL
253°, 100%, 84%
CMYK
26, 33, 0, 0
Luminance
0.4767
Every format
| HEX | #beacff |
| RGB | rgb(190, 172, 255) |
| HSL | hsl(253, 100%, 84%) |
| CMYK | cmyk(26%, 33%, 0%, 0%) |
| LAB | lab(74.6 23.6 -38.8) |
| LCH | lch(74.6 45.4 301.3) |
| OKLCH | oklch(0.790 0.117 293.5) |
Copy-ready code
/* CSS */
color: #beacff;
background-color: #beacff;
/* Tailwind (arbitrary) */
class="text-[#beacff] bg-[#beacff]"
/* SCSS */
$brand: #beacff;
/* SwiftUI */
Color(red: 0.745, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#beacff")Accessibility — WCAG contrast
Aa
#beacff on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beacff on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green67.5%
Blue100.0%
CMYK percentages
Cyan25.5%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#beacff text on a black background
contrast 10.53:1
Card sample
#beacff text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beacff;
Background color
Panel with #beacff background
background-color: #beacff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beacff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beacff; background: linear-gradient(135deg, #beacff, #F5ACFF);