#092d36
a deep, vivid cyan · cool · closest name: darkslategray
RGB
9, 45, 54
HSL
192°, 71%, 12%
CMYK
83, 17, 0, 79
Luminance
0.0220
Every format
| HEX | #092d36 |
| RGB | rgb(9, 45, 54) |
| HSL | hsl(192, 71%, 12%) |
| CMYK | cmyk(83%, 17%, 0%, 79%) |
| LAB | lab(16.5 -8.9 -9.4) |
| LCH | lch(16.5 13.0 226.6) |
| OKLCH | oklch(0.277 0.043 218.0) |
Copy-ready code
/* CSS */
color: #092d36;
background-color: #092d36;
/* Tailwind (arbitrary) */
class="text-[#092d36] bg-[#092d36]"
/* SCSS */
$brand: #092d36;
/* SwiftUI */
Color(red: 0.035, green: 0.176, blue: 0.212)
/* Android */
Color.parseColor("#092d36")Accessibility — WCAG contrast
Aa
#092d36 on white: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092d36 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green17.6%
Blue21.2%
CMYK percentages
Cyan83.3%
Magenta16.7%
Yellow0.0%
Key (black)78.8%
Color previews
#092d36 text on a black background
contrast 1.44:1
Card sample
#092d36 text on a white background
contrast 14.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092d36;
Background color
Panel with #092d36 background
background-color: #092d36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092d36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 45, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 45, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092d36; background: linear-gradient(135deg, #092d36, #090F36);