#092d49
a deep, electric blue · cool · closest name: darkslategray
RGB
9, 45, 73
HSL
206°, 78%, 16%
CMYK
88, 38, 0, 71
Luminance
0.0242
Every format
| HEX | #092d49 |
| RGB | rgb(9, 45, 73) |
| HSL | hsl(206, 78%, 16%) |
| CMYK | cmyk(88%, 38%, 0%, 71%) |
| LAB | lab(17.5 -0.9 -20.9) |
| LCH | lch(17.5 21.0 267.5) |
| OKLCH | oklch(0.288 0.065 246.6) |
Copy-ready code
/* CSS */
color: #092d49;
background-color: #092d49;
/* Tailwind (arbitrary) */
class="text-[#092d49] bg-[#092d49]"
/* SCSS */
$brand: #092d49;
/* SwiftUI */
Color(red: 0.035, green: 0.176, blue: 0.286)
/* Android */
Color.parseColor("#092d49")Accessibility — WCAG contrast
Aa
#092d49 on white: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092d49 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green17.6%
Blue28.6%
CMYK percentages
Cyan87.7%
Magenta38.4%
Yellow0.0%
Key (black)71.4%
Color previews
#092d49 text on a black background
contrast 1.48:1
Card sample
#092d49 text on a white background
contrast 14.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092d49;
Background color
Panel with #092d49 background
background-color: #092d49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092d49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 45, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 45, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092d49; background: linear-gradient(135deg, #092d49, #100949);