#032f3b
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 47, 59
HSL
193°, 90%, 12%
CMYK
95, 20, 0, 77
Luminance
0.0237
Every format
| HEX | #032f3b |
| RGB | rgb(3, 47, 59) |
| HSL | hsl(193, 90%, 12%) |
| CMYK | cmyk(95%, 20%, 0%, 77%) |
| LAB | lab(17.3 -9.3 -11.7) |
| LCH | lch(17.3 14.9 231.7) |
| OKLCH | oklch(0.283 0.050 221.2) |
Copy-ready code
/* CSS */
color: #032f3b;
background-color: #032f3b;
/* Tailwind (arbitrary) */
class="text-[#032f3b] bg-[#032f3b]"
/* SCSS */
$brand: #032f3b;
/* SwiftUI */
Color(red: 0.012, green: 0.184, blue: 0.231)
/* Android */
Color.parseColor("#032f3b")Accessibility — WCAG contrast
Aa
#032f3b on white: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032f3b on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.4%
Blue23.1%
CMYK percentages
Cyan94.9%
Magenta20.3%
Yellow0.0%
Key (black)76.9%
Color previews
#032f3b text on a black background
contrast 1.47:1
Card sample
#032f3b text on a white background
contrast 14.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032f3b;
Background color
Panel with #032f3b background
background-color: #032f3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032f3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 47, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 47, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032f3b; background: linear-gradient(135deg, #032f3b, #030A3B);