#430fdf
a balanced, electric violet · warm · closest name: blue
RGB
67, 15, 223
HSL
255°, 87%, 47%
CMYK
70, 93, 0, 13
Luminance
0.0686
Every format
| HEX | #430fdf |
| RGB | rgb(67, 15, 223) |
| HSL | hsl(255, 87%, 47%) |
| CMYK | cmyk(70%, 93%, 0%, 13%) |
| LAB | lab(31.5 70.2 -91.0) |
| LCH | lch(31.5 114.9 307.7) |
| OKLCH | oklch(0.442 0.265 277.5) |
Copy-ready code
/* CSS */
color: #430fdf;
background-color: #430fdf;
/* Tailwind (arbitrary) */
class="text-[#430fdf] bg-[#430fdf]"
/* SCSS */
$brand: #430fdf;
/* SwiftUI */
Color(red: 0.263, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#430fdf")Accessibility — WCAG contrast
Aa
#430fdf on white: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#430fdf on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green5.9%
Blue87.5%
CMYK percentages
Cyan70.0%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#430fdf text on a black background
contrast 2.37:1
Card sample
#430fdf text on a white background
contrast 8.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #430fdf;
Background color
Panel with #430fdf background
background-color: #430fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #430fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #430fdf; background: linear-gradient(135deg, #430fdf, #CE0FDF);