#09446f
a deep, electric blue · cool · closest name: steelblue
RGB
9, 68, 111
HSL
205°, 85%, 24%
CMYK
92, 39, 0, 57
Luminance
0.0534
Every format
| HEX | #09446f |
| RGB | rgb(9, 68, 111) |
| HSL | hsl(205, 85%, 24%) |
| CMYK | cmyk(92%, 39%, 0%, 57%) |
| LAB | lab(27.7 -0.3 -29.8) |
| LCH | lch(27.7 29.8 269.4) |
| OKLCH | oklch(0.376 0.092 246.9) |
Copy-ready code
/* CSS */
color: #09446f;
background-color: #09446f;
/* Tailwind (arbitrary) */
class="text-[#09446f] bg-[#09446f]"
/* SCSS */
$brand: #09446f;
/* SwiftUI */
Color(red: 0.035, green: 0.267, blue: 0.435)
/* Android */
Color.parseColor("#09446f")Accessibility — WCAG contrast
Aa
#09446f on white: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09446f on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green26.7%
Blue43.5%
CMYK percentages
Cyan91.9%
Magenta38.7%
Yellow0.0%
Key (black)56.5%
Color previews
#09446f text on a black background
contrast 2.07:1
Card sample
#09446f text on a white background
contrast 10.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09446f;
Background color
Panel with #09446f background
background-color: #09446f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09446f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 68, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 68, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09446f; background: linear-gradient(135deg, #09446f, #12096F);