#092d61
a deep, electric blue · cool · closest name: midnightblue
RGB
9, 45, 97
HSL
216°, 83%, 21%
CMYK
91, 54, 0, 62
Luminance
0.0280
Every format
| HEX | #092d61 |
| RGB | rgb(9, 45, 97) |
| HSL | hsl(216, 83%, 21%) |
| CMYK | cmyk(91%, 54%, 0%, 62%) |
| LAB | lab(19.2 9.8 -34.3) |
| LCH | lch(19.2 35.7 285.9) |
| OKLCH | oklch(0.307 0.101 258.6) |
Copy-ready code
/* CSS */
color: #092d61;
background-color: #092d61;
/* Tailwind (arbitrary) */
class="text-[#092d61] bg-[#092d61]"
/* SCSS */
$brand: #092d61;
/* SwiftUI */
Color(red: 0.035, green: 0.176, blue: 0.380)
/* Android */
Color.parseColor("#092d61")Accessibility — WCAG contrast
Aa
#092d61 on white: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092d61 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green17.6%
Blue38.0%
CMYK percentages
Cyan90.7%
Magenta53.6%
Yellow0.0%
Key (black)62.0%
Color previews
#092d61 text on a black background
contrast 1.56:1
Card sample
#092d61 text on a white background
contrast 13.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092d61;
Background color
Panel with #092d61 background
background-color: #092d61;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092d61;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 45, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 45, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092d61; background: linear-gradient(135deg, #092d61, #200961);