#26425f
a dark, soft blue · cool · closest name: darkslategray
RGB
38, 66, 95
HSL
211°, 43%, 26%
CMYK
60, 31, 0, 63
Luminance
0.0513
Every format
| HEX | #26425f |
| RGB | rgb(38, 66, 95) |
| HSL | hsl(211, 43%, 26%) |
| CMYK | cmyk(60%, 31%, 0%, 63%) |
| LAB | lab(27.1 -0.9 -20.4) |
| LCH | lch(27.1 20.4 267.6) |
| OKLCH | oklch(0.371 0.061 250.5) |
Copy-ready code
/* CSS */
color: #26425f;
background-color: #26425f;
/* Tailwind (arbitrary) */
class="text-[#26425f] bg-[#26425f]"
/* SCSS */
$brand: #26425f;
/* SwiftUI */
Color(red: 0.149, green: 0.259, blue: 0.373)
/* Android */
Color.parseColor("#26425f")Accessibility — WCAG contrast
Aa
#26425f on white: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#26425f on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green25.9%
Blue37.3%
CMYK percentages
Cyan60.0%
Magenta30.5%
Yellow0.0%
Key (black)62.7%
Color previews
#26425f text on a black background
contrast 2.03:1
Card sample
#26425f text on a white background
contrast 10.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26425f;
Background color
Panel with #26425f background
background-color: #26425f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26425f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 66, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 66, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26425f; background: linear-gradient(135deg, #26425f, #30265F);