#09437c
a dark, electric blue · cool · closest name: steelblue
RGB
9, 67, 124
HSL
210°, 87%, 26%
CMYK
93, 46, 0, 51
Luminance
0.0553
Every format
| HEX | #09437c |
| RGB | rgb(9, 67, 124) |
| HSL | hsl(210, 87%, 26%) |
| CMYK | cmyk(93%, 46%, 0%, 51%) |
| LAB | lab(28.2 5.9 -37.2) |
| LCH | lch(28.2 37.6 279.0) |
| OKLCH | oklch(0.382 0.112 253.3) |
Copy-ready code
/* CSS */
color: #09437c;
background-color: #09437c;
/* Tailwind (arbitrary) */
class="text-[#09437c] bg-[#09437c]"
/* SCSS */
$brand: #09437c;
/* SwiftUI */
Color(red: 0.035, green: 0.263, blue: 0.486)
/* Android */
Color.parseColor("#09437c")Accessibility — WCAG contrast
Aa
#09437c on white: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09437c on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green26.3%
Blue48.6%
CMYK percentages
Cyan92.7%
Magenta46.0%
Yellow0.0%
Key (black)51.4%
Color previews
#09437c text on a black background
contrast 2.11:1
Card sample
#09437c text on a white background
contrast 9.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09437c;
Background color
Panel with #09437c background
background-color: #09437c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09437c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 67, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 67, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09437c; background: linear-gradient(135deg, #09437c, #1C097C);