#451ace
a balanced, electric blue · warm · closest name: navy
RGB
69, 26, 206
HSL
254°, 78%, 46%
CMYK
67, 87, 0, 19
Luminance
0.0646
Every format
| HEX | #451ace |
| RGB | rgb(69, 26, 206) |
| HSL | hsl(254, 78%, 46%) |
| CMYK | cmyk(67%, 87%, 0%, 19%) |
| LAB | lab(30.5 63.2 -82.7) |
| LCH | lch(30.5 104.1 307.4) |
| OKLCH | oklch(0.430 0.242 279.9) |
Copy-ready code
/* CSS */
color: #451ace;
background-color: #451ace;
/* Tailwind (arbitrary) */
class="text-[#451ace] bg-[#451ace]"
/* SCSS */
$brand: #451ace;
/* SwiftUI */
Color(red: 0.271, green: 0.102, blue: 0.808)
/* Android */
Color.parseColor("#451ace")Accessibility — WCAG contrast
Aa
#451ace on white: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#451ace on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green10.2%
Blue80.8%
CMYK percentages
Cyan66.5%
Magenta87.4%
Yellow0.0%
Key (black)19.2%
Color previews
#451ace text on a black background
contrast 2.29:1
Card sample
#451ace text on a white background
contrast 9.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #451ace;
Background color
Panel with #451ace background
background-color: #451ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #451ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 26, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 26, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #451ace; background: linear-gradient(135deg, #451ace, #BD1ACE);