#092f41
a deep, electric cyan · cool · closest name: darkslategray
RGB
9, 47, 65
HSL
199°, 76%, 15%
CMYK
86, 28, 0, 75
Luminance
0.0247
Every format
| HEX | #092f41 |
| RGB | rgb(9, 47, 65) |
| HSL | hsl(199, 76%, 15%) |
| CMYK | cmyk(86%, 28%, 0%, 75%) |
| LAB | lab(17.8 -5.7 -15.1) |
| LCH | lch(17.8 16.1 249.1) |
| OKLCH | oklch(0.289 0.053 233.8) |
Copy-ready code
/* CSS */
color: #092f41;
background-color: #092f41;
/* Tailwind (arbitrary) */
class="text-[#092f41] bg-[#092f41]"
/* SCSS */
$brand: #092f41;
/* SwiftUI */
Color(red: 0.035, green: 0.184, blue: 0.255)
/* Android */
Color.parseColor("#092f41")Accessibility — WCAG contrast
Aa
#092f41 on white: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092f41 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green18.4%
Blue25.5%
CMYK percentages
Cyan86.2%
Magenta27.7%
Yellow0.0%
Key (black)74.5%
Color previews
#092f41 text on a black background
contrast 1.49:1
Card sample
#092f41 text on a white background
contrast 14.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092f41;
Background color
Panel with #092f41 background
background-color: #092f41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092f41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 47, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 47, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092f41; background: linear-gradient(135deg, #092f41, #090A41);