#285271
a dark, vivid blue · cool · closest name: darkslategray
RGB
40, 82, 113
HSL
206°, 48%, 30%
CMYK
65, 27, 0, 56
Luminance
0.0768
Every format
| HEX | #285271 |
| RGB | rgb(40, 82, 113) |
| HSL | hsl(206, 48%, 30%) |
| CMYK | cmyk(65%, 27%, 0%, 56%) |
| LAB | lab(33.3 -4.2 -22.1) |
| LCH | lch(33.3 22.5 259.2) |
| OKLCH | oklch(0.423 0.070 242.8) |
Copy-ready code
/* CSS */
color: #285271;
background-color: #285271;
/* Tailwind (arbitrary) */
class="text-[#285271] bg-[#285271]"
/* SCSS */
$brand: #285271;
/* SwiftUI */
Color(red: 0.157, green: 0.322, blue: 0.443)
/* Android */
Color.parseColor("#285271")Accessibility — WCAG contrast
Aa
#285271 on white: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#285271 on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green32.2%
Blue44.3%
CMYK percentages
Cyan64.6%
Magenta27.4%
Yellow0.0%
Key (black)55.7%
Color previews
#285271 text on a black background
contrast 2.54:1
Card sample
#285271 text on a white background
contrast 8.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #285271;
Background color
Panel with #285271 background
background-color: #285271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #285271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 82, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 82, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #285271; background: linear-gradient(135deg, #285271, #2F2871);