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