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