#46467b
a dark, soft blue · warm · closest name: steelblue
RGB
70, 70, 123
HSL
240°, 28%, 38%
CMYK
43, 43, 0, 52
Luminance
0.0711
Every format
| HEX | #46467b |
| RGB | rgb(70, 70, 123) |
| HSL | hsl(240, 28%, 38%) |
| CMYK | cmyk(43%, 43%, 0%, 52%) |
| LAB | lab(32.1 14.6 -30.2) |
| LCH | lch(32.1 33.5 295.8) |
| OKLCH | oklch(0.420 0.087 282.0) |
Copy-ready code
/* CSS */
color: #46467b;
background-color: #46467b;
/* Tailwind (arbitrary) */
class="text-[#46467b] bg-[#46467b]"
/* SCSS */
$brand: #46467b;
/* SwiftUI */
Color(red: 0.275, green: 0.275, blue: 0.482)
/* Android */
Color.parseColor("#46467b")Accessibility — WCAG contrast
Aa
#46467b on white: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#46467b on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green27.5%
Blue48.2%
CMYK percentages
Cyan43.1%
Magenta43.1%
Yellow0.0%
Key (black)51.8%
Color previews
#46467b text on a black background
contrast 2.42:1
Card sample
#46467b text on a white background
contrast 8.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46467b;
Background color
Panel with #46467b background
background-color: #46467b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46467b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 70, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 70, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46467b; background: linear-gradient(135deg, #46467b, #69467B);