#092c4f
a deep, electric blue · cool · closest name: darkslategray
RGB
9, 44, 79
HSL
210°, 80%, 17%
CMYK
89, 44, 0, 69
Luminance
0.0242
Every format
| HEX | #092c4f |
| RGB | rgb(9, 44, 79) |
| HSL | hsl(210, 80%, 17%) |
| CMYK | cmyk(89%, 44%, 0%, 69%) |
| LAB | lab(17.6 2.5 -25.0) |
| LCH | lch(17.6 25.1 275.7) |
| OKLCH | oklch(0.290 0.075 252.2) |
Copy-ready code
/* CSS */
color: #092c4f;
background-color: #092c4f;
/* Tailwind (arbitrary) */
class="text-[#092c4f] bg-[#092c4f]"
/* SCSS */
$brand: #092c4f;
/* SwiftUI */
Color(red: 0.035, green: 0.173, blue: 0.310)
/* Android */
Color.parseColor("#092c4f")Accessibility — WCAG contrast
Aa
#092c4f on white: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092c4f on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green17.3%
Blue31.0%
CMYK percentages
Cyan88.6%
Magenta44.3%
Yellow0.0%
Key (black)69.0%
Color previews
#092c4f text on a black background
contrast 1.48:1
Card sample
#092c4f text on a white background
contrast 14.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092c4f;
Background color
Panel with #092c4f background
background-color: #092c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 44, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 44, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092c4f; background: linear-gradient(135deg, #092c4f, #15094F);