#09356b
a deep, electric blue · cool · closest name: midnightblue
RGB
9, 53, 107
HSL
213°, 85%, 23%
CMYK
92, 51, 0, 58
Luminance
0.0367
Every format
| HEX | #09356b |
| RGB | rgb(9, 53, 107) |
| HSL | hsl(213, 85%, 23%) |
| CMYK | cmyk(92%, 51%, 0%, 58%) |
| LAB | lab(22.5 8.4 -35.5) |
| LCH | lch(22.5 36.5 283.3) |
| OKLCH | oklch(0.335 0.105 256.5) |
Copy-ready code
/* CSS */
color: #09356b;
background-color: #09356b;
/* Tailwind (arbitrary) */
class="text-[#09356b] bg-[#09356b]"
/* SCSS */
$brand: #09356b;
/* SwiftUI */
Color(red: 0.035, green: 0.208, blue: 0.420)
/* Android */
Color.parseColor("#09356b")Accessibility — WCAG contrast
Aa
#09356b on white: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09356b on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green20.8%
Blue42.0%
CMYK percentages
Cyan91.6%
Magenta50.5%
Yellow0.0%
Key (black)58.0%
Color previews
#09356b text on a black background
contrast 1.73:1
Card sample
#09356b text on a white background
contrast 12.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09356b;
Background color
Panel with #09356b background
background-color: #09356b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09356b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 53, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 53, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09356b; background: linear-gradient(135deg, #09356b, #1E096B);