#2f628f
a dark, vivid blue · cool · closest name: steelblue
RGB
47, 98, 143
HSL
208°, 51%, 37%
CMYK
67, 32, 0, 44
Luminance
0.1132
Every format
| HEX | #2f628f |
| RGB | rgb(47, 98, 143) |
| HSL | hsl(208, 51%, 37%) |
| CMYK | cmyk(67%, 32%, 0%, 44%) |
| LAB | lab(40.1 -2.0 -29.8) |
| LCH | lch(40.1 29.9 266.2) |
| OKLCH | oklch(0.482 0.091 247.6) |
Copy-ready code
/* CSS */
color: #2f628f;
background-color: #2f628f;
/* Tailwind (arbitrary) */
class="text-[#2f628f] bg-[#2f628f]"
/* SCSS */
$brand: #2f628f;
/* SwiftUI */
Color(red: 0.184, green: 0.384, blue: 0.561)
/* Android */
Color.parseColor("#2f628f")Accessibility — WCAG contrast
Aa
#2f628f on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f628f on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green38.4%
Blue56.1%
CMYK percentages
Cyan67.1%
Magenta31.5%
Yellow0.0%
Key (black)43.9%
Color previews
#2f628f text on a black background
contrast 3.26:1
Card sample
#2f628f text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f628f;
Background color
Panel with #2f628f background
background-color: #2f628f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f628f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 98, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 98, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f628f; background: linear-gradient(135deg, #2f628f, #3C2F8F);