#425261
a dark, soft blue · cool · closest name: darkslategray
RGB
66, 82, 97
HSL
209°, 19%, 32%
CMYK
32, 16, 0, 62
Luminance
0.0806
Every format
| HEX | #425261 |
| RGB | rgb(66, 82, 97) |
| HSL | hsl(209, 19%, 32%) |
| CMYK | cmyk(32%, 16%, 0%, 62%) |
| LAB | lab(34.1 -2.2 -10.8) |
| LCH | lch(34.1 11.0 258.2) |
| OKLCH | oklch(0.431 0.032 246.9) |
Copy-ready code
/* CSS */
color: #425261;
background-color: #425261;
/* Tailwind (arbitrary) */
class="text-[#425261] bg-[#425261]"
/* SCSS */
$brand: #425261;
/* SwiftUI */
Color(red: 0.259, green: 0.322, blue: 0.380)
/* Android */
Color.parseColor("#425261")Accessibility — WCAG contrast
Aa
#425261 on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#425261 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green32.2%
Blue38.0%
CMYK percentages
Cyan32.0%
Magenta15.5%
Yellow0.0%
Key (black)62.0%
Color previews
#425261 text on a black background
contrast 2.61:1
Card sample
#425261 text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #425261;
Background color
Panel with #425261 background
background-color: #425261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #425261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 82, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 82, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #425261; background: linear-gradient(135deg, #425261, #474261);