#af5fc3
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 95, 195
HSL
288°, 46%, 57%
CMYK
10, 51, 0, 24
Luminance
0.2124
Every format
| HEX | #af5fc3 |
| RGB | rgb(175, 95, 195) |
| HSL | hsl(288, 46%, 57%) |
| CMYK | cmyk(10%, 51%, 0%, 24%) |
| LAB | lab(53.2 48.1 -39.0) |
| LCH | lch(53.2 62.0 321.0) |
| OKLCH | oklch(0.617 0.166 319.3) |
Copy-ready code
/* CSS */
color: #af5fc3;
background-color: #af5fc3;
/* Tailwind (arbitrary) */
class="text-[#af5fc3] bg-[#af5fc3]"
/* SCSS */
$brand: #af5fc3;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.765)
/* Android */
Color.parseColor("#af5fc3")Accessibility — WCAG contrast
Aa
#af5fc3 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5fc3 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta51.3%
Yellow0.0%
Key (black)23.5%
Color previews
#af5fc3 text on a black background
contrast 5.25:1
Card sample
#af5fc3 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5fc3;
Background color
Panel with #af5fc3 background
background-color: #af5fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5fc3; background: linear-gradient(135deg, #af5fc3, #C35F94);