#cf7ae6
a light, vivid violet · warm · closest name: orchid
RGB
207, 122, 230
HSL
287°, 68%, 69%
CMYK
10, 47, 0, 10
Luminance
0.3290
Every format
| HEX | #cf7ae6 |
| RGB | rgb(207, 122, 230) |
| HSL | hsl(287, 68%, 69%) |
| CMYK | cmyk(10%, 47%, 0%, 10%) |
| LAB | lab(64.1 50.1 -41.4) |
| LCH | lch(64.1 65.0 320.4) |
| OKLCH | oklch(0.711 0.174 318.8) |
Copy-ready code
/* CSS */
color: #cf7ae6;
background-color: #cf7ae6;
/* Tailwind (arbitrary) */
class="text-[#cf7ae6] bg-[#cf7ae6]"
/* SCSS */
$brand: #cf7ae6;
/* SwiftUI */
Color(red: 0.812, green: 0.478, blue: 0.902)
/* Android */
Color.parseColor("#cf7ae6")Accessibility — WCAG contrast
Aa
#cf7ae6 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7ae6 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.8%
Blue90.2%
CMYK percentages
Cyan10.0%
Magenta47.0%
Yellow0.0%
Key (black)9.8%
Color previews
#cf7ae6 text on a black background
contrast 7.58:1
Card sample
#cf7ae6 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7ae6;
Background color
Panel with #cf7ae6 background
background-color: #cf7ae6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7ae6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 122, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 122, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7ae6; background: linear-gradient(135deg, #cf7ae6, #E67AB5);