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