#092139
a deep, vivid blue · cool · closest name: black
RGB
9, 33, 57
HSL
210°, 73%, 13%
CMYK
84, 42, 0, 78
Luminance
0.0144
Every format
| HEX | #092139 |
| RGB | rgb(9, 33, 57) |
| HSL | hsl(210, 73%, 13%) |
| CMYK | cmyk(84%, 42%, 0%, 78%) |
| LAB | lab(12.2 0.7 -18.2) |
| LCH | lch(12.2 18.3 272.3) |
| OKLCH | oklch(0.243 0.055 251.1) |
Copy-ready code
/* CSS */
color: #092139;
background-color: #092139;
/* Tailwind (arbitrary) */
class="text-[#092139] bg-[#092139]"
/* SCSS */
$brand: #092139;
/* SwiftUI */
Color(red: 0.035, green: 0.129, blue: 0.224)
/* Android */
Color.parseColor("#092139")Accessibility — WCAG contrast
Aa
#092139 on white: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092139 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green12.9%
Blue22.4%
CMYK percentages
Cyan84.2%
Magenta42.1%
Yellow0.0%
Key (black)77.6%
Color previews
#092139 text on a black background
contrast 1.29:1
Card sample
#092139 text on a white background
contrast 16.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092139;
Background color
Panel with #092139 background
background-color: #092139;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092139;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 33, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 33, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092139; background: linear-gradient(135deg, #092139, #110939);