#b35cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
179, 92, 223
HSL
280°, 67%, 62%
CMYK
20, 59, 0, 13
Luminance
0.2257
Every format
| HEX | #b35cdf |
| RGB | rgb(179, 92, 223) |
| HSL | hsl(280, 67%, 62%) |
| CMYK | cmyk(20%, 59%, 0%, 13%) |
| LAB | lab(54.6 56.5 -52.7) |
| LCH | lch(54.6 77.2 317.0) |
| OKLCH | oklch(0.633 0.201 312.7) |
Copy-ready code
/* CSS */
color: #b35cdf;
background-color: #b35cdf;
/* Tailwind (arbitrary) */
class="text-[#b35cdf] bg-[#b35cdf]"
/* SCSS */
$brand: #b35cdf;
/* SwiftUI */
Color(red: 0.702, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#b35cdf")Accessibility — WCAG contrast
Aa
#b35cdf on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b35cdf on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green36.1%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b35cdf text on a black background
contrast 5.51:1
Card sample
#b35cdf text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b35cdf;
Background color
Panel with #b35cdf background
background-color: #b35cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b35cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b35cdf; background: linear-gradient(135deg, #b35cdf, #DF5CB4);