#700099
a dark, electric violet · warm · closest name: indigo
RGB
112, 0, 153
HSL
284°, 100%, 30%
CMYK
27, 100, 0, 40
Luminance
0.0574
Every format
| HEX | #700099 |
| RGB | rgb(112, 0, 153) |
| HSL | hsl(284, 100%, 30%) |
| CMYK | cmyk(27%, 100%, 0%, 40%) |
| LAB | lab(28.8 60.9 -53.8) |
| LCH | lch(28.8 81.2 318.5) |
| OKLCH | oklch(0.414 0.207 312.4) |
Copy-ready code
/* CSS */
color: #700099;
background-color: #700099;
/* Tailwind (arbitrary) */
class="text-[#700099] bg-[#700099]"
/* SCSS */
$brand: #700099;
/* SwiftUI */
Color(red: 0.439, green: 0.000, blue: 0.600)
/* Android */
Color.parseColor("#700099")Accessibility — WCAG contrast
Aa
#700099 on white: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#700099 on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green0.0%
Blue60.0%
CMYK percentages
Cyan26.8%
Magenta100.0%
Yellow0.0%
Key (black)40.0%
Color previews
#700099 text on a black background
contrast 2.15:1
Card sample
#700099 text on a white background
contrast 9.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700099;
Background color
Panel with #700099 background
background-color: #700099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 0, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 0, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700099; background: linear-gradient(135deg, #700099, #99005C);