#c276df
a light, vivid violet · warm · closest name: orchid
RGB
194, 118, 223
HSL
283°, 62%, 67%
CMYK
13, 47, 0, 13
Luminance
0.2975
Every format
| HEX | #c276df |
| RGB | rgb(194, 118, 223) |
| HSL | hsl(283, 62%, 67%) |
| CMYK | cmyk(13%, 47%, 0%, 13%) |
| LAB | lab(61.4 47.2 -41.8) |
| LCH | lch(61.4 63.0 318.5) |
| OKLCH | oklch(0.687 0.167 316.1) |
Copy-ready code
/* CSS */
color: #c276df;
background-color: #c276df;
/* Tailwind (arbitrary) */
class="text-[#c276df] bg-[#c276df]"
/* SCSS */
$brand: #c276df;
/* SwiftUI */
Color(red: 0.761, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#c276df")Accessibility — WCAG contrast
Aa
#c276df on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c276df on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green46.3%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta47.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c276df text on a black background
contrast 6.95:1
Card sample
#c276df text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c276df;
Background color
Panel with #c276df background
background-color: #c276df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c276df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c276df; background: linear-gradient(135deg, #c276df, #DF76B6);