#4400bf
a dark, electric violet · warm · closest name: navy
RGB
68, 0, 191
HSL
261°, 100%, 38%
CMYK
64, 100, 0, 25
Luminance
0.0499
Every format
| HEX | #4400bf |
| RGB | rgb(68, 0, 191) |
| HSL | hsl(261, 100%, 38%) |
| CMYK | cmyk(64%, 100%, 0%, 25%) |
| LAB | lab(26.7 65.3 -80.3) |
| LCH | lch(26.7 103.5 309.1) |
| OKLCH | oklch(0.399 0.237 282.7) |
Copy-ready code
/* CSS */
color: #4400bf;
background-color: #4400bf;
/* Tailwind (arbitrary) */
class="text-[#4400bf] bg-[#4400bf]"
/* SCSS */
$brand: #4400bf;
/* SwiftUI */
Color(red: 0.267, green: 0.000, blue: 0.749)
/* Android */
Color.parseColor("#4400bf")Accessibility — WCAG contrast
Aa
#4400bf on white: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4400bf on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green0.0%
Blue74.9%
CMYK percentages
Cyan64.4%
Magenta100.0%
Yellow0.0%
Key (black)25.1%
Color previews
#4400bf text on a black background
contrast 2.00:1
Card sample
#4400bf text on a white background
contrast 10.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4400bf;
Background color
Panel with #4400bf background
background-color: #4400bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4400bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 0, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 0, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4400bf; background: linear-gradient(135deg, #4400bf, #BF00BB);