#c267df
a balanced, vivid violet · warm · closest name: orchid
RGB
194, 103, 223
HSL
286°, 65%, 64%
CMYK
13, 54, 0, 13
Luminance
0.2650
Every format
| HEX | #c267df |
| RGB | rgb(194, 103, 223) |
| HSL | hsl(286, 65%, 64%) |
| CMYK | cmyk(13%, 54%, 0%, 13%) |
| LAB | lab(58.5 54.8 -46.4) |
| LCH | lch(58.5 71.8 319.8) |
| OKLCH | oklch(0.665 0.191 317.4) |
Copy-ready code
/* CSS */
color: #c267df;
background-color: #c267df;
/* Tailwind (arbitrary) */
class="text-[#c267df] bg-[#c267df]"
/* SCSS */
$brand: #c267df;
/* SwiftUI */
Color(red: 0.761, green: 0.404, blue: 0.875)
/* Android */
Color.parseColor("#c267df")Accessibility — WCAG contrast
Aa
#c267df on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c267df on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green40.4%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta53.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c267df text on a black background
contrast 6.30:1
Card sample
#c267df text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c267df;
Background color
Panel with #c267df background
background-color: #c267df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c267df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 103, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 103, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c267df; background: linear-gradient(135deg, #c267df, #DF67AC);