#425466
a dark, soft blue · cool · closest name: darkslategray
RGB
66, 84, 102
HSL
210°, 21%, 33%
CMYK
35, 18, 0, 60
Luminance
0.0846
Every format
| HEX | #425466 |
| RGB | rgb(66, 84, 102) |
| HSL | hsl(210, 21%, 33%) |
| CMYK | cmyk(35%, 18%, 0%, 60%) |
| LAB | lab(34.9 -2.1 -12.6) |
| LCH | lch(34.9 12.8 260.7) |
| OKLCH | oklch(0.438 0.037 248.7) |
Copy-ready code
/* CSS */
color: #425466;
background-color: #425466;
/* Tailwind (arbitrary) */
class="text-[#425466] bg-[#425466]"
/* SCSS */
$brand: #425466;
/* SwiftUI */
Color(red: 0.259, green: 0.329, blue: 0.400)
/* Android */
Color.parseColor("#425466")Accessibility — WCAG contrast
Aa
#425466 on white: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#425466 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green32.9%
Blue40.0%
CMYK percentages
Cyan35.3%
Magenta17.6%
Yellow0.0%
Key (black)60.0%
Color previews
#425466 text on a black background
contrast 2.69:1
Card sample
#425466 text on a white background
contrast 7.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #425466;
Background color
Panel with #425466 background
background-color: #425466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #425466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 84, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 84, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #425466; background: linear-gradient(135deg, #425466, #484266);