#b37ddf
a light, vivid violet · warm · closest name: orchid
RGB
179, 125, 223
HSL
273°, 61%, 68%
CMYK
20, 44, 0, 13
Luminance
0.2958
Every format
| HEX | #b37ddf |
| RGB | rgb(179, 125, 223) |
| HSL | hsl(273, 61%, 68%) |
| CMYK | cmyk(20%, 44%, 0%, 13%) |
| LAB | lab(61.3 39.2 -42.1) |
| LCH | lch(61.3 57.5 312.9) |
| OKLCH | oklch(0.682 0.149 308.3) |
Copy-ready code
/* CSS */
color: #b37ddf;
background-color: #b37ddf;
/* Tailwind (arbitrary) */
class="text-[#b37ddf] bg-[#b37ddf]"
/* SCSS */
$brand: #b37ddf;
/* SwiftUI */
Color(red: 0.702, green: 0.490, blue: 0.875)
/* Android */
Color.parseColor("#b37ddf")Accessibility — WCAG contrast
Aa
#b37ddf on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b37ddf on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green49.0%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta43.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b37ddf text on a black background
contrast 6.92:1
Card sample
#b37ddf text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b37ddf;
Background color
Panel with #b37ddf background
background-color: #b37ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b37ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 125, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 125, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b37ddf; background: linear-gradient(135deg, #b37ddf, #DF7DCA);