#0d3027
a deep, vivid cyan · cool · closest name: darkslategray
RGB
13, 48, 39
HSL
165°, 57%, 12%
CMYK
73, 0, 19, 81
Luminance
0.0235
Every format
| HEX | #0d3027 |
| RGB | rgb(13, 48, 39) |
| HSL | hsl(165, 57%, 12%) |
| CMYK | cmyk(73%, 0%, 19%, 81%) |
| LAB | lab(17.2 -15.3 2.1) |
| LCH | lch(17.2 15.4 172.3) |
| OKLCH | oklch(0.281 0.044 173.1) |
Copy-ready code
/* CSS */
color: #0d3027;
background-color: #0d3027;
/* Tailwind (arbitrary) */
class="text-[#0d3027] bg-[#0d3027]"
/* SCSS */
$brand: #0d3027;
/* SwiftUI */
Color(red: 0.051, green: 0.188, blue: 0.153)
/* Android */
Color.parseColor("#0d3027")Accessibility — WCAG contrast
Aa
#0d3027 on white: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d3027 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green18.8%
Blue15.3%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow18.7%
Key (black)81.2%
Color previews
#0d3027 text on a black background
contrast 1.47:1
Card sample
#0d3027 text on a white background
contrast 14.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d3027;
Background color
Panel with #0d3027 background
background-color: #0d3027;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d3027;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 48, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 48, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d3027; background: linear-gradient(135deg, #0d3027, #0D2230);