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