#09393d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
9, 57, 61
HSL
185°, 74%, 14%
CMYK
85, 7, 0, 76
Luminance
0.0332
Every format
| HEX | #09393d |
| RGB | rgb(9, 57, 61) |
| HSL | hsl(185, 74%, 14%) |
| CMYK | cmyk(85%, 7%, 0%, 76%) |
| LAB | lab(21.3 -13.7 -7.0) |
| LCH | lch(21.3 15.3 207.1) |
| OKLCH | oklch(0.316 0.049 203.4) |
Copy-ready code
/* CSS */
color: #09393d;
background-color: #09393d;
/* Tailwind (arbitrary) */
class="text-[#09393d] bg-[#09393d]"
/* SCSS */
$brand: #09393d;
/* SwiftUI */
Color(red: 0.035, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#09393d")Accessibility — WCAG contrast
Aa
#09393d on white: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09393d on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green22.4%
Blue23.9%
CMYK percentages
Cyan85.2%
Magenta6.6%
Yellow0.0%
Key (black)76.1%
Color previews
#09393d text on a black background
contrast 1.66:1
Card sample
#09393d text on a white background
contrast 12.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09393d;
Background color
Panel with #09393d background
background-color: #09393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09393d; background: linear-gradient(135deg, #09393d, #09163D);