#09103c
a deep, vivid blue · warm · closest name: midnightblue
RGB
9, 16, 60
HSL
232°, 74%, 14%
CMYK
85, 73, 0, 77
Luminance
0.0075
Every format
| HEX | #09103c |
| RGB | rgb(9, 16, 60) |
| HSL | hsl(232, 74%, 14%) |
| CMYK | cmyk(85%, 73%, 0%, 77%) |
| LAB | lab(6.8 15.2 -29.1) |
| LCH | lch(6.8 32.8 297.6) |
| OKLCH | oklch(0.202 0.084 269.9) |
Copy-ready code
/* CSS */
color: #09103c;
background-color: #09103c;
/* Tailwind (arbitrary) */
class="text-[#09103c] bg-[#09103c]"
/* SCSS */
$brand: #09103c;
/* SwiftUI */
Color(red: 0.035, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#09103c")Accessibility — WCAG contrast
Aa
#09103c on white: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09103c on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green6.3%
Blue23.5%
CMYK percentages
Cyan85.0%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#09103c text on a black background
contrast 1.15:1
Card sample
#09103c text on a white background
contrast 18.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09103c;
Background color
Panel with #09103c background
background-color: #09103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09103c; background: linear-gradient(135deg, #09103c, #24093C);