#af70c3
a balanced, soft violet · warm · closest name: orchid
RGB
175, 112, 195
HSL
286°, 41%, 60%
CMYK
10, 43, 0, 24
Luminance
0.2464
Every format
| HEX | #af70c3 |
| RGB | rgb(175, 112, 195) |
| HSL | hsl(286, 41%, 60%) |
| CMYK | cmyk(10%, 43%, 0%, 24%) |
| LAB | lab(56.7 39.1 -33.5) |
| LCH | lch(56.7 51.5 319.4) |
| OKLCH | oklch(0.643 0.137 317.7) |
Copy-ready code
/* CSS */
color: #af70c3;
background-color: #af70c3;
/* Tailwind (arbitrary) */
class="text-[#af70c3] bg-[#af70c3]"
/* SCSS */
$brand: #af70c3;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 0.765)
/* Android */
Color.parseColor("#af70c3")Accessibility — WCAG contrast
Aa
#af70c3 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af70c3 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.9%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta42.6%
Yellow0.0%
Key (black)23.5%
Color previews
#af70c3 text on a black background
contrast 5.93:1
Card sample
#af70c3 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af70c3;
Background color
Panel with #af70c3 background
background-color: #af70c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af70c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 112, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af70c3; background: linear-gradient(135deg, #af70c3, #C370A0);