#cf92f3
a light, electric violet · warm · closest name: violet
RGB
207, 146, 243
HSL
278°, 80%, 76%
CMYK
15, 40, 0, 5
Luminance
0.4029
Every format
| HEX | #cf92f3 |
| RGB | rgb(207, 146, 243) |
| HSL | hsl(278, 80%, 76%) |
| CMYK | cmyk(15%, 40%, 0%, 5%) |
| LAB | lab(69.7 40.1 -39.8) |
| LCH | lch(69.7 56.5 315.2) |
| OKLCH | oklch(0.755 0.149 312.1) |
Copy-ready code
/* CSS */
color: #cf92f3;
background-color: #cf92f3;
/* Tailwind (arbitrary) */
class="text-[#cf92f3] bg-[#cf92f3]"
/* SCSS */
$brand: #cf92f3;
/* SwiftUI */
Color(red: 0.812, green: 0.573, blue: 0.953)
/* Android */
Color.parseColor("#cf92f3")Accessibility — WCAG contrast
Aa
#cf92f3 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf92f3 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.3%
Blue95.3%
CMYK percentages
Cyan14.8%
Magenta39.9%
Yellow0.0%
Key (black)4.7%
Color previews
#cf92f3 text on a black background
contrast 9.06:1
Card sample
#cf92f3 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf92f3;
Background color
Panel with #cf92f3 background
background-color: #cf92f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf92f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 146, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 146, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf92f3; background: linear-gradient(135deg, #cf92f3, #F392D6);