#0a332b
a deep, vivid cyan · cool · closest name: darkslategray
RGB
10, 51, 43
HSL
168°, 67%, 12%
CMYK
80, 0, 16, 80
Luminance
0.0261
Every format
| HEX | #0a332b |
| RGB | rgb(10, 51, 43) |
| HSL | hsl(168, 67%, 12%) |
| CMYK | cmyk(80%, 0%, 16%, 80%) |
| LAB | lab(18.4 -16.4 1.0) |
| LCH | lch(18.4 16.4 176.5) |
| OKLCH | oklch(0.291 0.047 177.1) |
Copy-ready code
/* CSS */
color: #0a332b;
background-color: #0a332b;
/* Tailwind (arbitrary) */
class="text-[#0a332b] bg-[#0a332b]"
/* SCSS */
$brand: #0a332b;
/* SwiftUI */
Color(red: 0.039, green: 0.200, blue: 0.169)
/* Android */
Color.parseColor("#0a332b")Accessibility — WCAG contrast
Aa
#0a332b on white: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a332b on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green20.0%
Blue16.9%
CMYK percentages
Cyan80.4%
Magenta0.0%
Yellow15.7%
Key (black)80.0%
Color previews
#0a332b text on a black background
contrast 1.52:1
Card sample
#0a332b text on a white background
contrast 13.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a332b;
Background color
Panel with #0a332b background
background-color: #0a332b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a332b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 51, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 51, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a332b; background: linear-gradient(135deg, #0a332b, #0A2033);