#092c34
a deep, vivid cyan · cool · closest name: darkslategray
RGB
9, 44, 52
HSL
191°, 71%, 12%
CMYK
83, 15, 0, 80
Luminance
0.0211
Every format
| HEX | #092c34 |
| RGB | rgb(9, 44, 52) |
| HSL | hsl(191, 71%, 12%) |
| CMYK | cmyk(83%, 15%, 0%, 80%) |
| LAB | lab(16.0 -9.1 -8.8) |
| LCH | lch(16.0 12.6 223.9) |
| OKLCH | oklch(0.273 0.041 216.1) |
Copy-ready code
/* CSS */
color: #092c34;
background-color: #092c34;
/* Tailwind (arbitrary) */
class="text-[#092c34] bg-[#092c34]"
/* SCSS */
$brand: #092c34;
/* SwiftUI */
Color(red: 0.035, green: 0.173, blue: 0.204)
/* Android */
Color.parseColor("#092c34")Accessibility — WCAG contrast
Aa
#092c34 on white: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092c34 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green17.3%
Blue20.4%
CMYK percentages
Cyan82.7%
Magenta15.4%
Yellow0.0%
Key (black)79.6%
Color previews
#092c34 text on a black background
contrast 1.42:1
Card sample
#092c34 text on a white background
contrast 14.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092c34;
Background color
Panel with #092c34 background
background-color: #092c34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092c34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 44, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 44, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092c34; background: linear-gradient(135deg, #092c34, #090F34);