#b37fe6
a light, vivid violet · warm · closest name: orchid
RGB
179, 127, 230
HSL
270°, 67%, 70%
CMYK
22, 45, 0, 10
Luminance
0.3048
Every format
| HEX | #b37fe6 |
| RGB | rgb(179, 127, 230) |
| HSL | hsl(270, 67%, 70%) |
| CMYK | cmyk(22%, 45%, 0%, 10%) |
| LAB | lab(62.1 39.6 -44.8) |
| LCH | lch(62.1 59.8 311.5) |
| OKLCH | oklch(0.689 0.155 306.0) |
Copy-ready code
/* CSS */
color: #b37fe6;
background-color: #b37fe6;
/* Tailwind (arbitrary) */
class="text-[#b37fe6] bg-[#b37fe6]"
/* SCSS */
$brand: #b37fe6;
/* SwiftUI */
Color(red: 0.702, green: 0.498, blue: 0.902)
/* Android */
Color.parseColor("#b37fe6")Accessibility — WCAG contrast
Aa
#b37fe6 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b37fe6 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green49.8%
Blue90.2%
CMYK percentages
Cyan22.2%
Magenta44.8%
Yellow0.0%
Key (black)9.8%
Color previews
#b37fe6 text on a black background
contrast 7.10:1
Card sample
#b37fe6 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b37fe6;
Background color
Panel with #b37fe6 background
background-color: #b37fe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b37fe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 127, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 127, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b37fe6; background: linear-gradient(135deg, #b37fe6, #E67FD4);