#b062db
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 98, 219
HSL
279°, 63%, 62%
CMYK
20, 55, 0, 14
Luminance
0.2308
Every format
| HEX | #b062db |
| RGB | rgb(176, 98, 219) |
| HSL | hsl(279, 63%, 62%) |
| CMYK | cmyk(20%, 55%, 0%, 14%) |
| LAB | lab(55.2 51.9 -49.6) |
| LCH | lch(55.2 71.8 316.3) |
| OKLCH | oklch(0.635 0.187 312.0) |
Copy-ready code
/* CSS */
color: #b062db;
background-color: #b062db;
/* Tailwind (arbitrary) */
class="text-[#b062db] bg-[#b062db]"
/* SCSS */
$brand: #b062db;
/* SwiftUI */
Color(red: 0.690, green: 0.384, blue: 0.859)
/* Android */
Color.parseColor("#b062db")Accessibility — WCAG contrast
Aa
#b062db on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b062db on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green38.4%
Blue85.9%
CMYK percentages
Cyan19.6%
Magenta55.3%
Yellow0.0%
Key (black)14.1%
Color previews
#b062db text on a black background
contrast 5.62:1
Card sample
#b062db text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b062db;
Background color
Panel with #b062db background
background-color: #b062db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b062db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 98, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 98, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b062db; background: linear-gradient(135deg, #b062db, #DB62B5);