#092f4d
a deep, electric blue · cool · closest name: darkslategray
RGB
9, 47, 77
HSL
207°, 79%, 17%
CMYK
88, 39, 0, 70
Luminance
0.0263
Every format
| HEX | #092f4d |
| RGB | rgb(9, 47, 77) |
| HSL | hsl(207, 79%, 17%) |
| CMYK | cmyk(88%, 39%, 0%, 70%) |
| LAB | lab(18.5 -0.6 -22.1) |
| LCH | lch(18.5 22.2 268.6) |
| OKLCH | oklch(0.296 0.069 247.1) |
Copy-ready code
/* CSS */
color: #092f4d;
background-color: #092f4d;
/* Tailwind (arbitrary) */
class="text-[#092f4d] bg-[#092f4d]"
/* SCSS */
$brand: #092f4d;
/* SwiftUI */
Color(red: 0.035, green: 0.184, blue: 0.302)
/* Android */
Color.parseColor("#092f4d")Accessibility — WCAG contrast
Aa
#092f4d on white: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092f4d on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green18.4%
Blue30.2%
CMYK percentages
Cyan88.3%
Magenta39.0%
Yellow0.0%
Key (black)69.8%
Color previews
#092f4d text on a black background
contrast 1.53:1
Card sample
#092f4d text on a white background
contrast 13.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092f4d;
Background color
Panel with #092f4d background
background-color: #092f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 47, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 47, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092f4d; background: linear-gradient(135deg, #092f4d, #10094D);