#2f6fad
a dark, vivid blue · cool · closest name: steelblue
RGB
47, 111, 173
HSL
210°, 57%, 43%
CMYK
73, 36, 0, 32
Luminance
0.1499
Every format
| HEX | #2f6fad |
| RGB | rgb(47, 111, 173) |
| HSL | hsl(210, 57%, 43%) |
| CMYK | cmyk(73%, 36%, 0%, 32%) |
| LAB | lab(45.6 0.9 -39.0) |
| LCH | lch(45.6 39.0 271.4) |
| OKLCH | oklch(0.531 0.117 250.4) |
Copy-ready code
/* CSS */
color: #2f6fad;
background-color: #2f6fad;
/* Tailwind (arbitrary) */
class="text-[#2f6fad] bg-[#2f6fad]"
/* SCSS */
$brand: #2f6fad;
/* SwiftUI */
Color(red: 0.184, green: 0.435, blue: 0.678)
/* Android */
Color.parseColor("#2f6fad")Accessibility — WCAG contrast
Aa
#2f6fad on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f6fad on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green43.5%
Blue67.8%
CMYK percentages
Cyan72.8%
Magenta35.8%
Yellow0.0%
Key (black)32.2%
Color previews
#2f6fad text on a black background
contrast 4.00:1
Card sample
#2f6fad text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f6fad;
Background color
Panel with #2f6fad background
background-color: #2f6fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f6fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 111, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 111, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f6fad; background: linear-gradient(135deg, #2f6fad, #432FAD);