#af4bbb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 75, 187
HSL
294°, 45%, 51%
CMYK
6, 60, 0, 27
Luminance
0.1773
Every format
| HEX | #af4bbb |
| RGB | rgb(175, 75, 187) |
| HSL | hsl(294, 45%, 51%) |
| CMYK | cmyk(6%, 60%, 0%, 27%) |
| LAB | lab(49.2 56.3 -40.8) |
| LCH | lch(49.2 69.5 324.1) |
| OKLCH | oklch(0.586 0.189 323.3) |
Copy-ready code
/* CSS */
color: #af4bbb;
background-color: #af4bbb;
/* Tailwind (arbitrary) */
class="text-[#af4bbb] bg-[#af4bbb]"
/* SCSS */
$brand: #af4bbb;
/* SwiftUI */
Color(red: 0.686, green: 0.294, blue: 0.733)
/* Android */
Color.parseColor("#af4bbb")Accessibility — WCAG contrast
Aa
#af4bbb on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4bbb on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.4%
Blue73.3%
CMYK percentages
Cyan6.4%
Magenta59.9%
Yellow0.0%
Key (black)26.7%
Color previews
#af4bbb text on a black background
contrast 4.55:1
Card sample
#af4bbb text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4bbb;
Background color
Panel with #af4bbb background
background-color: #af4bbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4bbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 75, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 75, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4bbb; background: linear-gradient(135deg, #af4bbb, #BB4B7C);