#092c3f
a deep, electric blue · cool · closest name: darkslategray
RGB
9, 44, 63
HSL
201°, 75%, 14%
CMYK
86, 30, 0, 75
Luminance
0.0222
Every format
| HEX | #092c3f |
| RGB | rgb(9, 44, 63) |
| HSL | hsl(201, 75%, 14%) |
| CMYK | cmyk(86%, 30%, 0%, 75%) |
| LAB | lab(16.6 -4.5 -15.6) |
| LCH | lch(16.6 16.2 253.7) |
| OKLCH | oklch(0.279 0.052 237.1) |
Copy-ready code
/* CSS */
color: #092c3f;
background-color: #092c3f;
/* Tailwind (arbitrary) */
class="text-[#092c3f] bg-[#092c3f]"
/* SCSS */
$brand: #092c3f;
/* SwiftUI */
Color(red: 0.035, green: 0.173, blue: 0.247)
/* Android */
Color.parseColor("#092c3f")Accessibility — WCAG contrast
Aa
#092c3f on white: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092c3f on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green17.3%
Blue24.7%
CMYK percentages
Cyan85.7%
Magenta30.2%
Yellow0.0%
Key (black)75.3%
Color previews
#092c3f text on a black background
contrast 1.44:1
Card sample
#092c3f text on a white background
contrast 14.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092c3f;
Background color
Panel with #092c3f background
background-color: #092c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 44, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 44, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092c3f; background: linear-gradient(135deg, #092c3f, #0A093F);