#285167
a dark, soft blue · cool · closest name: darkslategray
RGB
40, 81, 103
HSL
201°, 44%, 28%
CMYK
61, 21, 0, 60
Luminance
0.0732
Every format
| HEX | #285167 |
| RGB | rgb(40, 81, 103) |
| HSL | hsl(201, 44%, 28%) |
| CMYK | cmyk(61%, 21%, 0%, 60%) |
| LAB | lab(32.5 -7.1 -17.1) |
| LCH | lch(32.5 18.5 247.4) |
| OKLCH | oklch(0.415 0.059 234.1) |
Copy-ready code
/* CSS */
color: #285167;
background-color: #285167;
/* Tailwind (arbitrary) */
class="text-[#285167] bg-[#285167]"
/* SCSS */
$brand: #285167;
/* SwiftUI */
Color(red: 0.157, green: 0.318, blue: 0.404)
/* Android */
Color.parseColor("#285167")Accessibility — WCAG contrast
Aa
#285167 on white: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#285167 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green31.8%
Blue40.4%
CMYK percentages
Cyan61.2%
Magenta21.4%
Yellow0.0%
Key (black)59.6%
Color previews
#285167 text on a black background
contrast 2.46:1
Card sample
#285167 text on a white background
contrast 8.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #285167;
Background color
Panel with #285167 background
background-color: #285167;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #285167;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 81, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 81, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #285167; background: linear-gradient(135deg, #285167, #292867);