#2f71ac
a dark, vivid blue · cool · closest name: steelblue
RGB
47, 113, 172
HSL
208°, 57%, 43%
CMYK
73, 34, 0, 33
Luminance
0.1539
Every format
| HEX | #2f71ac |
| RGB | rgb(47, 113, 172) |
| HSL | hsl(208, 57%, 43%) |
| CMYK | cmyk(73%, 34%, 0%, 33%) |
| LAB | lab(46.2 -0.7 -37.5) |
| LCH | lch(46.2 37.5 269.0) |
| OKLCH | oklch(0.535 0.114 248.7) |
Copy-ready code
/* CSS */
color: #2f71ac;
background-color: #2f71ac;
/* Tailwind (arbitrary) */
class="text-[#2f71ac] bg-[#2f71ac]"
/* SCSS */
$brand: #2f71ac;
/* SwiftUI */
Color(red: 0.184, green: 0.443, blue: 0.675)
/* Android */
Color.parseColor("#2f71ac")Accessibility — WCAG contrast
Aa
#2f71ac on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f71ac on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green44.3%
Blue67.5%
CMYK percentages
Cyan72.7%
Magenta34.3%
Yellow0.0%
Key (black)32.5%
Color previews
#2f71ac text on a black background
contrast 4.08:1
Card sample
#2f71ac text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f71ac;
Background color
Panel with #2f71ac background
background-color: #2f71ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f71ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 113, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 113, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f71ac; background: linear-gradient(135deg, #2f71ac, #402FAC);