#093f47
a deep, electric cyan · cool · closest name: darkslategray
RGB
9, 63, 71
HSL
188°, 78%, 16%
CMYK
87, 11, 0, 72
Luminance
0.0407
Every format
| HEX | #093f47 |
| RGB | rgb(9, 63, 71) |
| HSL | hsl(188, 78%, 16%) |
| CMYK | cmyk(87%, 11%, 0%, 72%) |
| LAB | lab(23.9 -13.5 -9.7) |
| LCH | lch(23.9 16.6 215.8) |
| OKLCH | oklch(0.339 0.054 210.0) |
Copy-ready code
/* CSS */
color: #093f47;
background-color: #093f47;
/* Tailwind (arbitrary) */
class="text-[#093f47] bg-[#093f47]"
/* SCSS */
$brand: #093f47;
/* SwiftUI */
Color(red: 0.035, green: 0.247, blue: 0.278)
/* Android */
Color.parseColor("#093f47")Accessibility — WCAG contrast
Aa
#093f47 on white: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#093f47 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green24.7%
Blue27.8%
CMYK percentages
Cyan87.3%
Magenta11.3%
Yellow0.0%
Key (black)72.2%
Color previews
#093f47 text on a black background
contrast 1.81:1
Card sample
#093f47 text on a white background
contrast 11.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #093f47;
Background color
Panel with #093f47 background
background-color: #093f47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #093f47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 63, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 63, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #093f47; background: linear-gradient(135deg, #093f47, #091647);