#286b93
a dark, vivid blue · cool · closest name: steelblue
RGB
40, 107, 147
HSL
202°, 57%, 37%
CMYK
73, 27, 0, 42
Luminance
0.1307
Every format
| HEX | #286b93 |
| RGB | rgb(40, 107, 147) |
| HSL | hsl(202, 57%, 37%) |
| CMYK | cmyk(73%, 27%, 0%, 42%) |
| LAB | lab(42.9 -7.2 -27.9) |
| LCH | lch(42.9 28.9 255.5) |
| OKLCH | oklch(0.504 0.092 238.8) |
Copy-ready code
/* CSS */
color: #286b93;
background-color: #286b93;
/* Tailwind (arbitrary) */
class="text-[#286b93] bg-[#286b93]"
/* SCSS */
$brand: #286b93;
/* SwiftUI */
Color(red: 0.157, green: 0.420, blue: 0.576)
/* Android */
Color.parseColor("#286b93")Accessibility — WCAG contrast
Aa
#286b93 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#286b93 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green42.0%
Blue57.6%
CMYK percentages
Cyan72.8%
Magenta27.2%
Yellow0.0%
Key (black)42.4%
Color previews
#286b93 text on a black background
contrast 3.61:1
Card sample
#286b93 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #286b93;
Background color
Panel with #286b93 background
background-color: #286b93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #286b93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 107, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 107, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #286b93; background: linear-gradient(135deg, #286b93, #2C2893);