#630bdf
a balanced, electric violet · warm · closest name: blue
RGB
99, 11, 223
HSL
265°, 91%, 46%
CMYK
56, 95, 0, 13
Luminance
0.0822
Every format
| HEX | #630bdf |
| RGB | rgb(99, 11, 223) |
| HSL | hsl(265, 91%, 46%) |
| CMYK | cmyk(56%, 95%, 0%, 13%) |
| LAB | lab(34.4 72.8 -86.0) |
| LCH | lch(34.4 112.7 310.3) |
| OKLCH | oklch(0.469 0.262 289.2) |
Copy-ready code
/* CSS */
color: #630bdf;
background-color: #630bdf;
/* Tailwind (arbitrary) */
class="text-[#630bdf] bg-[#630bdf]"
/* SCSS */
$brand: #630bdf;
/* SwiftUI */
Color(red: 0.388, green: 0.043, blue: 0.875)
/* Android */
Color.parseColor("#630bdf")Accessibility — WCAG contrast
Aa
#630bdf on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#630bdf on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green4.3%
Blue87.5%
CMYK percentages
Cyan55.6%
Magenta95.1%
Yellow0.0%
Key (black)12.5%
Color previews
#630bdf text on a black background
contrast 2.64:1
Card sample
#630bdf text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #630bdf;
Background color
Panel with #630bdf background
background-color: #630bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #630bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 11, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 11, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #630bdf; background: linear-gradient(135deg, #630bdf, #DF0BCE);