#434378
a dark, soft blue · warm · closest name: steelblue
RGB
67, 67, 120
HSL
240°, 28%, 37%
CMYK
44, 44, 0, 53
Luminance
0.0656
Every format
| HEX | #434378 |
| RGB | rgb(67, 67, 120) |
| HSL | hsl(240, 28%, 37%) |
| CMYK | cmyk(44%, 44%, 0%, 53%) |
| LAB | lab(30.8 14.8 -30.4) |
| LCH | lch(30.8 33.8 296.0) |
| OKLCH | oklch(0.409 0.087 281.8) |
Copy-ready code
/* CSS */
color: #434378;
background-color: #434378;
/* Tailwind (arbitrary) */
class="text-[#434378] bg-[#434378]"
/* SCSS */
$brand: #434378;
/* SwiftUI */
Color(red: 0.263, green: 0.263, blue: 0.471)
/* Android */
Color.parseColor("#434378")Accessibility — WCAG contrast
Aa
#434378 on white: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#434378 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green26.3%
Blue47.1%
CMYK percentages
Cyan44.2%
Magenta44.2%
Yellow0.0%
Key (black)52.9%
Color previews
#434378 text on a black background
contrast 2.31:1
Card sample
#434378 text on a white background
contrast 9.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #434378;
Background color
Panel with #434378 background
background-color: #434378;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #434378;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 67, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 67, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #434378; background: linear-gradient(135deg, #434378, #664378);