#2f76ad
a dark, vivid blue · cool · closest name: steelblue
RGB
47, 118, 173
HSL
206°, 57%, 43%
CMYK
73, 32, 0, 32
Luminance
0.1658
Every format
| HEX | #2f76ad |
| RGB | rgb(47, 118, 173) |
| HSL | hsl(206, 57%, 43%) |
| CMYK | cmyk(73%, 32%, 0%, 32%) |
| LAB | lab(47.7 -3.3 -35.6) |
| LCH | lch(47.7 35.8 264.7) |
| OKLCH | oklch(0.547 0.111 245.4) |
Copy-ready code
/* CSS */
color: #2f76ad;
background-color: #2f76ad;
/* Tailwind (arbitrary) */
class="text-[#2f76ad] bg-[#2f76ad]"
/* SCSS */
$brand: #2f76ad;
/* SwiftUI */
Color(red: 0.184, green: 0.463, blue: 0.678)
/* Android */
Color.parseColor("#2f76ad")Accessibility — WCAG contrast
Aa
#2f76ad on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f76ad on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green46.3%
Blue67.8%
CMYK percentages
Cyan72.8%
Magenta31.8%
Yellow0.0%
Key (black)32.2%
Color previews
#2f76ad text on a black background
contrast 4.32:1
Card sample
#2f76ad text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f76ad;
Background color
Panel with #2f76ad background
background-color: #2f76ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f76ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 118, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 118, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f76ad; background: linear-gradient(135deg, #2f76ad, #3C2FAD);