#2f5fad
a dark, vivid blue · cool · closest name: steelblue
RGB
47, 95, 173
HSL
217°, 57%, 43%
CMYK
73, 45, 0, 32
Luminance
0.1181
Every format
| HEX | #2f5fad |
| RGB | rgb(47, 95, 173) |
| HSL | hsl(217, 57%, 43%) |
| CMYK | cmyk(73%, 45%, 0%, 32%) |
| LAB | lab(40.9 11.0 -46.5) |
| LCH | lch(40.9 47.8 283.4) |
| OKLCH | oklch(0.494 0.135 259.7) |
Copy-ready code
/* CSS */
color: #2f5fad;
background-color: #2f5fad;
/* Tailwind (arbitrary) */
class="text-[#2f5fad] bg-[#2f5fad]"
/* SCSS */
$brand: #2f5fad;
/* SwiftUI */
Color(red: 0.184, green: 0.373, blue: 0.678)
/* Android */
Color.parseColor("#2f5fad")Accessibility — WCAG contrast
Aa
#2f5fad on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f5fad on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green37.3%
Blue67.8%
CMYK percentages
Cyan72.8%
Magenta45.1%
Yellow0.0%
Key (black)32.2%
Color previews
#2f5fad text on a black background
contrast 3.36:1
Card sample
#2f5fad text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f5fad;
Background color
Panel with #2f5fad background
background-color: #2f5fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f5fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 95, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 95, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f5fad; background: linear-gradient(135deg, #2f5fad, #532FAD);