#09345f
a deep, electric blue · cool · closest name: darkslategray
RGB
9, 52, 95
HSL
210°, 83%, 20%
CMYK
91, 45, 0, 63
Luminance
0.0334
Every format
| HEX | #09345f |
| RGB | rgb(9, 52, 95) |
| HSL | hsl(210, 83%, 20%) |
| CMYK | cmyk(91%, 45%, 0%, 63%) |
| LAB | lab(21.4 3.8 -29.6) |
| LCH | lch(21.4 29.8 277.3) |
| OKLCH | oklch(0.323 0.089 252.8) |
Copy-ready code
/* CSS */
color: #09345f;
background-color: #09345f;
/* Tailwind (arbitrary) */
class="text-[#09345f] bg-[#09345f]"
/* SCSS */
$brand: #09345f;
/* SwiftUI */
Color(red: 0.035, green: 0.204, blue: 0.373)
/* Android */
Color.parseColor("#09345f")Accessibility — WCAG contrast
Aa
#09345f on white: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09345f on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green20.4%
Blue37.3%
CMYK percentages
Cyan90.5%
Magenta45.3%
Yellow0.0%
Key (black)62.7%
Color previews
#09345f text on a black background
contrast 1.67:1
Card sample
#09345f text on a white background
contrast 12.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09345f;
Background color
Panel with #09345f background
background-color: #09345f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09345f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 52, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 52, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09345f; background: linear-gradient(135deg, #09345f, #17095F);