#430cdf
a balanced, electric violet · warm · closest name: blue
RGB
67, 12, 223
HSL
256°, 90%, 46%
CMYK
70, 95, 0, 13
Luminance
0.0678
Every format
| HEX | #430cdf |
| RGB | rgb(67, 12, 223) |
| HSL | hsl(256, 90%, 46%) |
| CMYK | cmyk(70%, 95%, 0%, 13%) |
| LAB | lab(31.3 70.8 -91.3) |
| LCH | lch(31.3 115.5 307.8) |
| OKLCH | oklch(0.441 0.266 277.6) |
Copy-ready code
/* CSS */
color: #430cdf;
background-color: #430cdf;
/* Tailwind (arbitrary) */
class="text-[#430cdf] bg-[#430cdf]"
/* SCSS */
$brand: #430cdf;
/* SwiftUI */
Color(red: 0.263, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#430cdf")Accessibility — WCAG contrast
Aa
#430cdf on white: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#430cdf on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green4.7%
Blue87.5%
CMYK percentages
Cyan70.0%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#430cdf text on a black background
contrast 2.36:1
Card sample
#430cdf text on a white background
contrast 8.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #430cdf;
Background color
Panel with #430cdf background
background-color: #430cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #430cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #430cdf; background: linear-gradient(135deg, #430cdf, #D00CDF);