#c674df
a light, vivid violet · warm · closest name: orchid
RGB
198, 116, 223
HSL
286°, 63%, 67%
CMYK
11, 48, 0, 13
Luminance
0.2982
Every format
| HEX | #c674df |
| RGB | rgb(198, 116, 223) |
| HSL | hsl(286, 63%, 67%) |
| CMYK | cmyk(11%, 48%, 0%, 13%) |
| LAB | lab(61.5 49.3 -41.7) |
| LCH | lch(61.5 64.6 319.8) |
| OKLCH | oklch(0.689 0.172 317.9) |
Copy-ready code
/* CSS */
color: #c674df;
background-color: #c674df;
/* Tailwind (arbitrary) */
class="text-[#c674df] bg-[#c674df]"
/* SCSS */
$brand: #c674df;
/* SwiftUI */
Color(red: 0.776, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#c674df")Accessibility — WCAG contrast
Aa
#c674df on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c674df on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green45.5%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta48.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c674df text on a black background
contrast 6.96:1
Card sample
#c674df text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c674df;
Background color
Panel with #c674df background
background-color: #c674df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c674df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c674df; background: linear-gradient(135deg, #c674df, #DF74B1);