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