#b262af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
178, 98, 175
HSL
302°, 34%, 54%
CMYK
0, 45, 2, 30
Luminance
0.2130
Every format
| HEX | #b262af |
| RGB | rgb(178, 98, 175) |
| HSL | hsl(302, 34%, 54%) |
| CMYK | cmyk(0%, 45%, 2%, 30%) |
| LAB | lab(53.3 43.6 -27.4) |
| LCH | lch(53.3 51.5 327.9) |
| OKLCH | oklch(0.615 0.143 328.5) |
Copy-ready code
/* CSS */
color: #b262af;
background-color: #b262af;
/* Tailwind (arbitrary) */
class="text-[#b262af] bg-[#b262af]"
/* SCSS */
$brand: #b262af;
/* SwiftUI */
Color(red: 0.698, green: 0.384, blue: 0.686)
/* Android */
Color.parseColor("#b262af")Accessibility — WCAG contrast
Aa
#b262af on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b262af on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta44.9%
Yellow1.7%
Key (black)30.2%
Color previews
#b262af text on a black background
contrast 5.26:1
Card sample
#b262af text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b262af;
Background color
Panel with #b262af background
background-color: #b262af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b262af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 98, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 98, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b262af; background: linear-gradient(135deg, #b262af, #B2627A);