#092c31
a deep, vivid cyan · cool · closest name: darkslategray
RGB
9, 44, 49
HSL
188°, 69%, 11%
CMYK
82, 10, 0, 81
Luminance
0.0208
Every format
| HEX | #092c31 |
| RGB | rgb(9, 44, 49) |
| HSL | hsl(188, 69%, 11%) |
| CMYK | cmyk(82%, 10%, 0%, 81%) |
| LAB | lab(15.9 -10.3 -6.9) |
| LCH | lch(15.9 12.3 213.8) |
| OKLCH | oklch(0.271 0.040 208.6) |
Copy-ready code
/* CSS */
color: #092c31;
background-color: #092c31;
/* Tailwind (arbitrary) */
class="text-[#092c31] bg-[#092c31]"
/* SCSS */
$brand: #092c31;
/* SwiftUI */
Color(red: 0.035, green: 0.173, blue: 0.192)
/* Android */
Color.parseColor("#092c31")Accessibility — WCAG contrast
Aa
#092c31 on white: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092c31 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green17.3%
Blue19.2%
CMYK percentages
Cyan81.6%
Magenta10.2%
Yellow0.0%
Key (black)80.8%
Color previews
#092c31 text on a black background
contrast 1.42:1
Card sample
#092c31 text on a white background
contrast 14.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092c31;
Background color
Panel with #092c31 background
background-color: #092c31;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092c31;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 44, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 44, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092c31; background: linear-gradient(135deg, #092c31, #091131);