#256ba2
a dark, vivid blue · cool · closest name: steelblue
RGB
37, 107, 162
HSL
206°, 63%, 39%
CMYK
77, 34, 0, 37
Luminance
0.1352
Every format
| HEX | #256ba2 |
| RGB | rgb(37, 107, 162) |
| HSL | hsl(206, 63%, 39%) |
| CMYK | cmyk(77%, 34%, 0%, 37%) |
| LAB | lab(43.5 -2.1 -35.8) |
| LCH | lch(43.5 35.9 266.7) |
| OKLCH | oklch(0.511 0.111 246.3) |
Copy-ready code
/* CSS */
color: #256ba2;
background-color: #256ba2;
/* Tailwind (arbitrary) */
class="text-[#256ba2] bg-[#256ba2]"
/* SCSS */
$brand: #256ba2;
/* SwiftUI */
Color(red: 0.145, green: 0.420, blue: 0.635)
/* Android */
Color.parseColor("#256ba2")Accessibility — WCAG contrast
Aa
#256ba2 on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#256ba2 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green42.0%
Blue63.5%
CMYK percentages
Cyan77.2%
Magenta34.0%
Yellow0.0%
Key (black)36.5%
Color previews
#256ba2 text on a black background
contrast 3.70:1
Card sample
#256ba2 text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #256ba2;
Background color
Panel with #256ba2 background
background-color: #256ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #256ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 107, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 107, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #256ba2; background: linear-gradient(135deg, #256ba2, #3225A2);