#b062cf
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 98, 207
HSL
283°, 53%, 60%
CMYK
15, 53, 0, 19
Luminance
0.2247
Every format
| HEX | #b062cf |
| RGB | rgb(176, 98, 207) |
| HSL | hsl(283, 53%, 60%) |
| CMYK | cmyk(15%, 53%, 0%, 19%) |
| LAB | lab(54.5 49.3 -43.8) |
| LCH | lch(54.5 66.0 318.4) |
| OKLCH | oklch(0.629 0.174 315.5) |
Copy-ready code
/* CSS */
color: #b062cf;
background-color: #b062cf;
/* Tailwind (arbitrary) */
class="text-[#b062cf] bg-[#b062cf]"
/* SCSS */
$brand: #b062cf;
/* SwiftUI */
Color(red: 0.690, green: 0.384, blue: 0.812)
/* Android */
Color.parseColor("#b062cf")Accessibility — WCAG contrast
Aa
#b062cf on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b062cf on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green38.4%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta52.7%
Yellow0.0%
Key (black)18.8%
Color previews
#b062cf text on a black background
contrast 5.49:1
Card sample
#b062cf text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b062cf;
Background color
Panel with #b062cf background
background-color: #b062cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b062cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 98, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 98, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b062cf; background: linear-gradient(135deg, #b062cf, #CF62A5);