#cf8ae8
a light, vivid violet · warm · closest name: orchid
RGB
207, 138, 232
HSL
284°, 67%, 73%
CMYK
11, 41, 0, 9
Luminance
0.3727
Every format
| HEX | #cf8ae8 |
| RGB | rgb(207, 138, 232) |
| HSL | hsl(284, 67%, 73%) |
| CMYK | cmyk(11%, 41%, 0%, 9%) |
| LAB | lab(67.5 42.1 -37.2) |
| LCH | lch(67.5 56.2 318.5) |
| OKLCH | oklch(0.737 0.150 316.7) |
Copy-ready code
/* CSS */
color: #cf8ae8;
background-color: #cf8ae8;
/* Tailwind (arbitrary) */
class="text-[#cf8ae8] bg-[#cf8ae8]"
/* SCSS */
$brand: #cf8ae8;
/* SwiftUI */
Color(red: 0.812, green: 0.541, blue: 0.910)
/* Android */
Color.parseColor("#cf8ae8")Accessibility — WCAG contrast
Aa
#cf8ae8 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8ae8 on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.1%
Blue91.0%
CMYK percentages
Cyan10.8%
Magenta40.5%
Yellow0.0%
Key (black)9.0%
Color previews
#cf8ae8 text on a black background
contrast 8.45:1
Card sample
#cf8ae8 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8ae8;
Background color
Panel with #cf8ae8 background
background-color: #cf8ae8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8ae8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 138, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 138, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8ae8; background: linear-gradient(135deg, #cf8ae8, #E88AC2);