#26395f
a dark, soft blue · cool · closest name: darkslategray
RGB
38, 57, 95
HSL
220°, 43%, 26%
CMYK
60, 40, 0, 63
Luminance
0.0416
Every format
| HEX | #26395f |
| RGB | rgb(38, 57, 95) |
| HSL | hsl(220, 43%, 26%) |
| CMYK | cmyk(60%, 40%, 0%, 63%) |
| LAB | lab(24.2 5.2 -24.9) |
| LCH | lch(24.2 25.5 281.8) |
| OKLCH | oklch(0.348 0.071 263.1) |
Copy-ready code
/* CSS */
color: #26395f;
background-color: #26395f;
/* Tailwind (arbitrary) */
class="text-[#26395f] bg-[#26395f]"
/* SCSS */
$brand: #26395f;
/* SwiftUI */
Color(red: 0.149, green: 0.224, blue: 0.373)
/* Android */
Color.parseColor("#26395f")Accessibility — WCAG contrast
Aa
#26395f on white: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#26395f on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green22.4%
Blue37.3%
CMYK percentages
Cyan60.0%
Magenta40.0%
Yellow0.0%
Key (black)62.7%
Color previews
#26395f text on a black background
contrast 1.83:1
Card sample
#26395f text on a white background
contrast 11.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26395f;
Background color
Panel with #26395f background
background-color: #26395f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26395f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 57, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 57, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26395f; background: linear-gradient(135deg, #26395f, #39265F);