#092d52
a deep, electric blue · cool · closest name: darkslategray
RGB
9, 45, 82
HSL
210°, 80%, 18%
CMYK
89, 45, 0, 68
Luminance
0.0254
Every format
| HEX | #092d52 |
| RGB | rgb(9, 45, 82) |
| HSL | hsl(210, 80%, 18%) |
| CMYK | cmyk(89%, 45%, 0%, 68%) |
| LAB | lab(18.1 3.1 -26.1) |
| LCH | lch(18.1 26.3 276.7) |
| OKLCH | oklch(0.295 0.078 252.8) |
Copy-ready code
/* CSS */
color: #092d52;
background-color: #092d52;
/* Tailwind (arbitrary) */
class="text-[#092d52] bg-[#092d52]"
/* SCSS */
$brand: #092d52;
/* SwiftUI */
Color(red: 0.035, green: 0.176, blue: 0.322)
/* Android */
Color.parseColor("#092d52")Accessibility — WCAG contrast
Aa
#092d52 on white: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092d52 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green17.6%
Blue32.2%
CMYK percentages
Cyan89.0%
Magenta45.1%
Yellow0.0%
Key (black)67.8%
Color previews
#092d52 text on a black background
contrast 1.51:1
Card sample
#092d52 text on a white background
contrast 13.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092d52;
Background color
Panel with #092d52 background
background-color: #092d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 45, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 45, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092d52; background: linear-gradient(135deg, #092d52, #160952);