#09342f
a deep, vivid cyan · cool · closest name: darkslategray
RGB
9, 52, 47
HSL
173°, 71%, 12%
CMYK
83, 0, 10, 80
Luminance
0.0272
Every format
| HEX | #09342f |
| RGB | rgb(9, 52, 47) |
| HSL | hsl(173, 71%, 12%) |
| CMYK | cmyk(83%, 0%, 10%, 80%) |
| LAB | lab(18.9 -15.8 -1.0) |
| LCH | lch(18.9 15.8 183.7) |
| OKLCH | oklch(0.295 0.046 183.8) |
Copy-ready code
/* CSS */
color: #09342f;
background-color: #09342f;
/* Tailwind (arbitrary) */
class="text-[#09342f] bg-[#09342f]"
/* SCSS */
$brand: #09342f;
/* SwiftUI */
Color(red: 0.035, green: 0.204, blue: 0.184)
/* Android */
Color.parseColor("#09342f")Accessibility — WCAG contrast
Aa
#09342f on white: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09342f on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green20.4%
Blue18.4%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow9.6%
Key (black)79.6%
Color previews
#09342f text on a black background
contrast 1.54:1
Card sample
#09342f text on a white background
contrast 13.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09342f;
Background color
Panel with #09342f background
background-color: #09342f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09342f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 52, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 52, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09342f; background: linear-gradient(135deg, #09342f, #091C34);