#c274df
a light, vivid violet · warm · closest name: orchid
RGB
194, 116, 223
HSL
284°, 63%, 67%
CMYK
13, 48, 0, 13
Luminance
0.2929
Every format
| HEX | #c274df |
| RGB | rgb(194, 116, 223) |
| HSL | hsl(284, 63%, 67%) |
| CMYK | cmyk(13%, 48%, 0%, 13%) |
| LAB | lab(61.0 48.2 -42.4) |
| LCH | lch(61.0 64.2 318.7) |
| OKLCH | oklch(0.684 0.170 316.3) |
Copy-ready code
/* CSS */
color: #c274df;
background-color: #c274df;
/* Tailwind (arbitrary) */
class="text-[#c274df] bg-[#c274df]"
/* SCSS */
$brand: #c274df;
/* SwiftUI */
Color(red: 0.761, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#c274df")Accessibility — WCAG contrast
Aa
#c274df on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c274df on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green45.5%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta48.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c274df text on a black background
contrast 6.86:1
Card sample
#c274df text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c274df;
Background color
Panel with #c274df background
background-color: #c274df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c274df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c274df; background: linear-gradient(135deg, #c274df, #DF74B5);