#630987
a dark, electric violet · warm · closest name: indigo
RGB
99, 9, 135
HSL
283°, 88%, 28%
CMYK
27, 93, 0, 47
Luminance
0.0460
Every format
| HEX | #630987 |
| RGB | rgb(99, 9, 135) |
| HSL | hsl(283, 88%, 28%) |
| CMYK | cmyk(27%, 93%, 0%, 47%) |
| LAB | lab(25.6 53.9 -48.0) |
| LCH | lch(25.6 72.1 318.3) |
| OKLCH | oklch(0.383 0.184 312.3) |
Copy-ready code
/* CSS */
color: #630987;
background-color: #630987;
/* Tailwind (arbitrary) */
class="text-[#630987] bg-[#630987]"
/* SCSS */
$brand: #630987;
/* SwiftUI */
Color(red: 0.388, green: 0.035, blue: 0.529)
/* Android */
Color.parseColor("#630987")Accessibility — WCAG contrast
Aa
#630987 on white: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#630987 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green3.5%
Blue52.9%
CMYK percentages
Cyan26.7%
Magenta93.3%
Yellow0.0%
Key (black)47.1%
Color previews
#630987 text on a black background
contrast 1.92:1
Card sample
#630987 text on a white background
contrast 10.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #630987;
Background color
Panel with #630987 background
background-color: #630987;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #630987;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 9, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 9, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #630987; background: linear-gradient(135deg, #630987, #870957);