#2f5877
a dark, soft blue · cool · closest name: steelblue
RGB
47, 88, 119
HSL
206°, 43%, 33%
CMYK
61, 26, 0, 53
Luminance
0.0892
Every format
| HEX | #2f5877 |
| RGB | rgb(47, 88, 119) |
| HSL | hsl(206, 43%, 33%) |
| CMYK | cmyk(61%, 26%, 0%, 53%) |
| LAB | lab(35.8 -4.3 -21.9) |
| LCH | lch(35.8 22.3 258.8) |
| OKLCH | oklch(0.445 0.069 243.0) |
Copy-ready code
/* CSS */
color: #2f5877;
background-color: #2f5877;
/* Tailwind (arbitrary) */
class="text-[#2f5877] bg-[#2f5877]"
/* SCSS */
$brand: #2f5877;
/* SwiftUI */
Color(red: 0.184, green: 0.345, blue: 0.467)
/* Android */
Color.parseColor("#2f5877")Accessibility — WCAG contrast
Aa
#2f5877 on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f5877 on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green34.5%
Blue46.7%
CMYK percentages
Cyan60.5%
Magenta26.1%
Yellow0.0%
Key (black)53.3%
Color previews
#2f5877 text on a black background
contrast 2.78:1
Card sample
#2f5877 text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f5877;
Background color
Panel with #2f5877 background
background-color: #2f5877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f5877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 88, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 88, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f5877; background: linear-gradient(135deg, #2f5877, #362F77);