#2f7abb
a balanced, vivid blue · cool · closest name: steelblue
RGB
47, 122, 187
HSL
208°, 60%, 46%
CMYK
75, 35, 0, 27
Luminance
0.1811
Every format
| HEX | #2f7abb |
| RGB | rgb(47, 122, 187) |
| HSL | hsl(208, 60%, 46%) |
| CMYK | cmyk(75%, 35%, 0%, 27%) |
| LAB | lab(49.6 -0.6 -40.7) |
| LCH | lch(49.6 40.7 269.1) |
| OKLCH | oklch(0.565 0.125 248.3) |
Copy-ready code
/* CSS */
color: #2f7abb;
background-color: #2f7abb;
/* Tailwind (arbitrary) */
class="text-[#2f7abb] bg-[#2f7abb]"
/* SCSS */
$brand: #2f7abb;
/* SwiftUI */
Color(red: 0.184, green: 0.478, blue: 0.733)
/* Android */
Color.parseColor("#2f7abb")Accessibility — WCAG contrast
Aa
#2f7abb on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f7abb on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green47.8%
Blue73.3%
CMYK percentages
Cyan74.9%
Magenta34.8%
Yellow0.0%
Key (black)26.7%
Color previews
#2f7abb text on a black background
contrast 4.62:1
Card sample
#2f7abb text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f7abb;
Background color
Panel with #2f7abb background
background-color: #2f7abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f7abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 122, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 122, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f7abb; background: linear-gradient(135deg, #2f7abb, #412FBB);