#b35fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
179, 95, 223
HSL
279°, 67%, 62%
CMYK
20, 57, 0, 13
Luminance
0.2310
Every format
| HEX | #b35fdf |
| RGB | rgb(179, 95, 223) |
| HSL | hsl(279, 67%, 62%) |
| CMYK | cmyk(20%, 57%, 0%, 13%) |
| LAB | lab(55.2 55.0 -51.8) |
| LCH | lch(55.2 75.6 316.7) |
| OKLCH | oklch(0.637 0.197 312.4) |
Copy-ready code
/* CSS */
color: #b35fdf;
background-color: #b35fdf;
/* Tailwind (arbitrary) */
class="text-[#b35fdf] bg-[#b35fdf]"
/* SCSS */
$brand: #b35fdf;
/* SwiftUI */
Color(red: 0.702, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#b35fdf")Accessibility — WCAG contrast
Aa
#b35fdf on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b35fdf on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green37.3%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b35fdf text on a black background
contrast 5.62:1
Card sample
#b35fdf text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b35fdf;
Background color
Panel with #b35fdf background
background-color: #b35fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b35fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b35fdf; background: linear-gradient(135deg, #b35fdf, #DF5FB6);