#af6bbc
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 107, 188
HSL
290°, 38%, 58%
CMYK
7, 43, 0, 26
Luminance
0.2326
Every format
| HEX | #af6bbc |
| RGB | rgb(175, 107, 188) |
| HSL | hsl(290, 38%, 58%) |
| CMYK | cmyk(7%, 43%, 0%, 26%) |
| LAB | lab(55.3 40.4 -31.7) |
| LCH | lch(55.3 51.3 321.9) |
| OKLCH | oklch(0.631 0.139 321.0) |
Copy-ready code
/* CSS */
color: #af6bbc;
background-color: #af6bbc;
/* Tailwind (arbitrary) */
class="text-[#af6bbc] bg-[#af6bbc]"
/* SCSS */
$brand: #af6bbc;
/* SwiftUI */
Color(red: 0.686, green: 0.420, blue: 0.737)
/* Android */
Color.parseColor("#af6bbc")Accessibility — WCAG contrast
Aa
#af6bbc on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6bbc on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.0%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta43.1%
Yellow0.0%
Key (black)26.3%
Color previews
#af6bbc text on a black background
contrast 5.65:1
Card sample
#af6bbc text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6bbc;
Background color
Panel with #af6bbc background
background-color: #af6bbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6bbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 107, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 107, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6bbc; background: linear-gradient(135deg, #af6bbc, #BC6B93);