#093c3c
a deep, vivid cyan · cool · closest name: darkslategray
RGB
9, 60, 60
HSL
180°, 74%, 14%
CMYK
85, 0, 0, 77
Luminance
0.0362
Every format
| HEX | #093c3c |
| RGB | rgb(9, 60, 60) |
| HSL | hsl(180, 74%, 14%) |
| CMYK | cmyk(85%, 0%, 0%, 77%) |
| LAB | lab(22.4 -15.8 -4.7) |
| LCH | lch(22.4 16.5 196.6) |
| OKLCH | oklch(0.325 0.051 194.9) |
Copy-ready code
/* CSS */
color: #093c3c;
background-color: #093c3c;
/* Tailwind (arbitrary) */
class="text-[#093c3c] bg-[#093c3c]"
/* SCSS */
$brand: #093c3c;
/* SwiftUI */
Color(red: 0.035, green: 0.235, blue: 0.235)
/* Android */
Color.parseColor("#093c3c")Accessibility — WCAG contrast
Aa
#093c3c on white: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#093c3c on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green23.5%
Blue23.5%
CMYK percentages
Cyan85.0%
Magenta0.0%
Yellow0.0%
Key (black)76.5%
Color previews
#093c3c text on a black background
contrast 1.72:1
Card sample
#093c3c text on a white background
contrast 12.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #093c3c;
Background color
Panel with #093c3c background
background-color: #093c3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #093c3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 60, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 60, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #093c3c; background: linear-gradient(135deg, #093c3c, #091A3C);