#2f569c
a dark, vivid blue · cool · closest name: steelblue
RGB
47, 86, 156
HSL
219°, 54%, 40%
CMYK
70, 45, 0, 39
Luminance
0.0966
Every format
| HEX | #2f569c |
| RGB | rgb(47, 86, 156) |
| HSL | hsl(219, 54%, 40%) |
| CMYK | cmyk(70%, 45%, 0%, 39%) |
| LAB | lab(37.2 10.5 -42.3) |
| LCH | lch(37.2 43.5 283.9) |
| OKLCH | oklch(0.462 0.122 261.1) |
Copy-ready code
/* CSS */
color: #2f569c;
background-color: #2f569c;
/* Tailwind (arbitrary) */
class="text-[#2f569c] bg-[#2f569c]"
/* SCSS */
$brand: #2f569c;
/* SwiftUI */
Color(red: 0.184, green: 0.337, blue: 0.612)
/* Android */
Color.parseColor("#2f569c")Accessibility — WCAG contrast
Aa
#2f569c on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f569c on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green33.7%
Blue61.2%
CMYK percentages
Cyan69.9%
Magenta44.9%
Yellow0.0%
Key (black)38.8%
Color previews
#2f569c text on a black background
contrast 2.93:1
Card sample
#2f569c text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f569c;
Background color
Panel with #2f569c background
background-color: #2f569c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f569c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 86, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 86, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f569c; background: linear-gradient(135deg, #2f569c, #512F9C);