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