#7126cf
a balanced, vivid violet · warm · closest name: indigo
RGB
113, 38, 207
HSL
267°, 69%, 48%
CMYK
45, 82, 0, 19
Luminance
0.0940
Every format
| HEX | #7126cf |
| RGB | rgb(113, 38, 207) |
| HSL | hsl(267, 69%, 48%) |
| CMYK | cmyk(45%, 82%, 0%, 19%) |
| LAB | lab(36.8 63.8 -72.9) |
| LCH | lch(36.8 96.8 311.2) |
| OKLCH | oklch(0.484 0.233 296.3) |
Copy-ready code
/* CSS */
color: #7126cf;
background-color: #7126cf;
/* Tailwind (arbitrary) */
class="text-[#7126cf] bg-[#7126cf]"
/* SCSS */
$brand: #7126cf;
/* SwiftUI */
Color(red: 0.443, green: 0.149, blue: 0.812)
/* Android */
Color.parseColor("#7126cf")Accessibility — WCAG contrast
Aa
#7126cf on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7126cf on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green14.9%
Blue81.2%
CMYK percentages
Cyan45.4%
Magenta81.6%
Yellow0.0%
Key (black)18.8%
Color previews
#7126cf text on a black background
contrast 2.88:1
Card sample
#7126cf text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7126cf;
Background color
Panel with #7126cf background
background-color: #7126cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7126cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 38, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 38, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7126cf; background: linear-gradient(135deg, #7126cf, #CF26BC);