#af7cdb
a light, vivid violet · warm · closest name: orchid
RGB
175, 124, 219
HSL
272°, 57%, 67%
CMYK
20, 43, 0, 14
Luminance
0.2864
Every format
| HEX | #af7cdb |
| RGB | rgb(175, 124, 219) |
| HSL | hsl(272, 57%, 67%) |
| CMYK | cmyk(20%, 43%, 0%, 14%) |
| LAB | lab(60.5 37.7 -41.2) |
| LCH | lch(60.5 55.9 312.4) |
| OKLCH | oklch(0.674 0.145 307.7) |
Copy-ready code
/* CSS */
color: #af7cdb;
background-color: #af7cdb;
/* Tailwind (arbitrary) */
class="text-[#af7cdb] bg-[#af7cdb]"
/* SCSS */
$brand: #af7cdb;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.859)
/* Android */
Color.parseColor("#af7cdb")Accessibility — WCAG contrast
Aa
#af7cdb on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7cdb on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue85.9%
CMYK percentages
Cyan20.1%
Magenta43.4%
Yellow0.0%
Key (black)14.1%
Color previews
#af7cdb text on a black background
contrast 6.73:1
Card sample
#af7cdb text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7cdb;
Background color
Panel with #af7cdb background
background-color: #af7cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7cdb; background: linear-gradient(135deg, #af7cdb, #DB7CC8);