#cf9afe
a light, electric violet · warm · closest name: violet
RGB
207, 154, 254
HSL
272°, 98%, 80%
CMYK
19, 39, 0, 0
Luminance
0.4353
Every format
| HEX | #cf9afe |
| RGB | rgb(207, 154, 254) |
| HSL | hsl(272, 98%, 80%) |
| CMYK | cmyk(19%, 39%, 0%, 0%) |
| LAB | lab(71.9 38.1 -42.3) |
| LCH | lch(71.9 57.0 312.0) |
| OKLCH | oklch(0.773 0.148 307.6) |
Copy-ready code
/* CSS */
color: #cf9afe;
background-color: #cf9afe;
/* Tailwind (arbitrary) */
class="text-[#cf9afe] bg-[#cf9afe]"
/* SCSS */
$brand: #cf9afe;
/* SwiftUI */
Color(red: 0.812, green: 0.604, blue: 0.996)
/* Android */
Color.parseColor("#cf9afe")Accessibility — WCAG contrast
Aa
#cf9afe on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9afe on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.4%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta39.4%
Yellow0.0%
Key (black)0.4%
Color previews
#cf9afe text on a black background
contrast 9.71:1
Card sample
#cf9afe text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9afe;
Background color
Panel with #cf9afe background
background-color: #cf9afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 154, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 154, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9afe; background: linear-gradient(135deg, #cf9afe, #FE9AEA);