#700fdf
a balanced, electric violet · warm · closest name: blue
RGB
112, 15, 223
HSL
268°, 87%, 47%
CMYK
50, 93, 0, 13
Luminance
0.0911
Every format
| HEX | #700fdf |
| RGB | rgb(112, 15, 223) |
| HSL | hsl(268, 87%, 47%) |
| CMYK | cmyk(50%, 93%, 0%, 13%) |
| LAB | lab(36.2 73.2 -83.0) |
| LCH | lch(36.2 110.7 311.4) |
| OKLCH | oklch(0.485 0.261 293.9) |
Copy-ready code
/* CSS */
color: #700fdf;
background-color: #700fdf;
/* Tailwind (arbitrary) */
class="text-[#700fdf] bg-[#700fdf]"
/* SCSS */
$brand: #700fdf;
/* SwiftUI */
Color(red: 0.439, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#700fdf")Accessibility — WCAG contrast
Aa
#700fdf on white: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#700fdf on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green5.9%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#700fdf text on a black background
contrast 2.82:1
Card sample
#700fdf text on a white background
contrast 7.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700fdf;
Background color
Panel with #700fdf background
background-color: #700fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700fdf; background: linear-gradient(135deg, #700fdf, #DF0FC3);