#700fba
a dark, electric violet · warm · closest name: indigo
RGB
112, 15, 186
HSL
274°, 85%, 39%
CMYK
40, 92, 0, 27
Luminance
0.0733
Every format
| HEX | #700fba |
| RGB | rgb(112, 15, 186) |
| HSL | hsl(274, 85%, 39%) |
| CMYK | cmyk(40%, 92%, 0%, 27%) |
| LAB | lab(32.5 65.2 -67.5) |
| LCH | lch(32.5 93.8 314.0) |
| OKLCH | oklch(0.449 0.228 302.2) |
Copy-ready code
/* CSS */
color: #700fba;
background-color: #700fba;
/* Tailwind (arbitrary) */
class="text-[#700fba] bg-[#700fba]"
/* SCSS */
$brand: #700fba;
/* SwiftUI */
Color(red: 0.439, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#700fba")Accessibility — WCAG contrast
Aa
#700fba on white: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#700fba on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green5.9%
Blue72.9%
CMYK percentages
Cyan39.8%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#700fba text on a black background
contrast 2.47:1
Card sample
#700fba text on a white background
contrast 8.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700fba;
Background color
Panel with #700fba background
background-color: #700fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700fba; background: linear-gradient(135deg, #700fba, #BA0F92);