#093f39
a deep, electric cyan · cool · closest name: darkslategray
RGB
9, 63, 57
HSL
173°, 75%, 14%
CMYK
86, 0, 10, 75
Luminance
0.0391
Every format
| HEX | #093f39 |
| RGB | rgb(9, 63, 57) |
| HSL | hsl(173, 75%, 14%) |
| CMYK | cmyk(86%, 0%, 10%, 75%) |
| LAB | lab(23.4 -18.5 -1.2) |
| LCH | lch(23.4 18.5 183.7) |
| OKLCH | oklch(0.333 0.054 183.7) |
Copy-ready code
/* CSS */
color: #093f39;
background-color: #093f39;
/* Tailwind (arbitrary) */
class="text-[#093f39] bg-[#093f39]"
/* SCSS */
$brand: #093f39;
/* SwiftUI */
Color(red: 0.035, green: 0.247, blue: 0.224)
/* Android */
Color.parseColor("#093f39")Accessibility — WCAG contrast
Aa
#093f39 on white: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#093f39 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green24.7%
Blue22.4%
CMYK percentages
Cyan85.7%
Magenta0.0%
Yellow9.5%
Key (black)75.3%
Color previews
#093f39 text on a black background
contrast 1.78:1
Card sample
#093f39 text on a white background
contrast 11.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #093f39;
Background color
Panel with #093f39 background
background-color: #093f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #093f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 63, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 63, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #093f39; background: linear-gradient(135deg, #093f39, #09213F);