#b65eee
a light, electric violet · warm · closest name: orchid
RGB
182, 94, 238
HSL
277°, 81%, 65%
CMYK
24, 61, 0, 7
Luminance
0.2412
Every format
| HEX | #b65eee |
| RGB | rgb(182, 94, 238) |
| HSL | hsl(277, 81%, 65%) |
| CMYK | cmyk(24%, 61%, 0%, 7%) |
| LAB | lab(56.2 59.4 -58.5) |
| LCH | lch(56.2 83.4 315.4) |
| OKLCH | oklch(0.648 0.215 309.9) |
Copy-ready code
/* CSS */
color: #b65eee;
background-color: #b65eee;
/* Tailwind (arbitrary) */
class="text-[#b65eee] bg-[#b65eee]"
/* SCSS */
$brand: #b65eee;
/* SwiftUI */
Color(red: 0.714, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#b65eee")Accessibility — WCAG contrast
Aa
#b65eee on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b65eee on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green36.9%
Blue93.3%
CMYK percentages
Cyan23.5%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#b65eee text on a black background
contrast 5.82:1
Card sample
#b65eee text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65eee;
Background color
Panel with #b65eee background
background-color: #b65eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65eee; background: linear-gradient(135deg, #b65eee, #EE5EC6);