#09093c
a deep, vivid blue · warm · closest name: midnightblue
RGB
9, 9, 60
HSL
240°, 74%, 14%
CMYK
85, 85, 0, 77
Luminance
0.0058
Every format
| HEX | #09093c |
| RGB | rgb(9, 9, 60) |
| HSL | hsl(240, 74%, 14%) |
| CMYK | cmyk(85%, 85%, 0%, 77%) |
| LAB | lab(5.2 19.0 -31.7) |
| LCH | lch(5.2 36.9 300.9) |
| OKLCH | oklch(0.188 0.094 272.8) |
Copy-ready code
/* CSS */
color: #09093c;
background-color: #09093c;
/* Tailwind (arbitrary) */
class="text-[#09093c] bg-[#09093c]"
/* SCSS */
$brand: #09093c;
/* SwiftUI */
Color(red: 0.035, green: 0.035, blue: 0.235)
/* Android */
Color.parseColor("#09093c")Accessibility — WCAG contrast
Aa
#09093c on white: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09093c on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green3.5%
Blue23.5%
CMYK percentages
Cyan85.0%
Magenta85.0%
Yellow0.0%
Key (black)76.5%
Color previews
#09093c text on a black background
contrast 1.12:1
Card sample
#09093c text on a white background
contrast 18.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09093c;
Background color
Panel with #09093c background
background-color: #09093c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09093c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 9, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 9, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09093c; background: linear-gradient(135deg, #09093c, #2B093C);