#c892f2
a light, electric violet · warm · closest name: violet
RGB
200, 146, 242
HSL
274°, 79%, 76%
CMYK
17, 40, 0, 5
Luminance
0.3925
Every format
| HEX | #c892f2 |
| RGB | rgb(200, 146, 242) |
| HSL | hsl(274, 79%, 76%) |
| CMYK | cmyk(17%, 40%, 0%, 5%) |
| LAB | lab(68.9 37.9 -40.5) |
| LCH | lch(68.9 55.5 313.1) |
| OKLCH | oklch(0.747 0.145 309.1) |
Copy-ready code
/* CSS */
color: #c892f2;
background-color: #c892f2;
/* Tailwind (arbitrary) */
class="text-[#c892f2] bg-[#c892f2]"
/* SCSS */
$brand: #c892f2;
/* SwiftUI */
Color(red: 0.784, green: 0.573, blue: 0.949)
/* Android */
Color.parseColor("#c892f2")Accessibility — WCAG contrast
Aa
#c892f2 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c892f2 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green57.3%
Blue94.9%
CMYK percentages
Cyan17.4%
Magenta39.7%
Yellow0.0%
Key (black)5.1%
Color previews
#c892f2 text on a black background
contrast 8.85:1
Card sample
#c892f2 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c892f2;
Background color
Panel with #c892f2 background
background-color: #c892f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c892f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 146, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 146, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c892f2; background: linear-gradient(135deg, #c892f2, #F292DC);