#09477c
a dark, electric blue · cool · closest name: steelblue
RGB
9, 71, 124
HSL
208°, 87%, 26%
CMYK
93, 43, 0, 51
Luminance
0.0602
Every format
| HEX | #09477c |
| RGB | rgb(9, 71, 124) |
| HSL | hsl(208, 87%, 26%) |
| CMYK | cmyk(93%, 43%, 0%, 51%) |
| LAB | lab(29.5 3.2 -35.1) |
| LCH | lch(29.5 35.3 275.1) |
| OKLCH | oklch(0.392 0.107 250.7) |
Copy-ready code
/* CSS */
color: #09477c;
background-color: #09477c;
/* Tailwind (arbitrary) */
class="text-[#09477c] bg-[#09477c]"
/* SCSS */
$brand: #09477c;
/* SwiftUI */
Color(red: 0.035, green: 0.278, blue: 0.486)
/* Android */
Color.parseColor("#09477c")Accessibility — WCAG contrast
Aa
#09477c on white: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09477c on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green27.8%
Blue48.6%
CMYK percentages
Cyan92.7%
Magenta42.7%
Yellow0.0%
Key (black)51.4%
Color previews
#09477c text on a black background
contrast 2.20:1
Card sample
#09477c text on a white background
contrast 9.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09477c;
Background color
Panel with #09477c background
background-color: #09477c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09477c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 71, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 71, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09477c; background: linear-gradient(135deg, #09477c, #18097C);