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