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