#af3fbc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 63, 188
HSL
294°, 50%, 49%
CMYK
7, 67, 0, 26
Luminance
0.1630
Every format
| HEX | #af3fbc |
| RGB | rgb(175, 63, 188) |
| HSL | hsl(294, 50%, 49%) |
| CMYK | cmyk(7%, 67%, 0%, 26%) |
| LAB | lab(47.4 61.6 -44.2) |
| LCH | lch(47.4 75.9 324.3) |
| OKLCH | oklch(0.573 0.206 323.4) |
Copy-ready code
/* CSS */
color: #af3fbc;
background-color: #af3fbc;
/* Tailwind (arbitrary) */
class="text-[#af3fbc] bg-[#af3fbc]"
/* SCSS */
$brand: #af3fbc;
/* SwiftUI */
Color(red: 0.686, green: 0.247, blue: 0.737)
/* Android */
Color.parseColor("#af3fbc")Accessibility — WCAG contrast
Aa
#af3fbc on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3fbc on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.7%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta66.5%
Yellow0.0%
Key (black)26.3%
Color previews
#af3fbc text on a black background
contrast 4.26:1
Card sample
#af3fbc text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3fbc;
Background color
Panel with #af3fbc background
background-color: #af3fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 63, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 63, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3fbc; background: linear-gradient(135deg, #af3fbc, #BC3F76);