#032f3f
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 47, 63
HSL
196°, 91%, 13%
CMYK
95, 25, 0, 75
Luminance
0.0241
Every format
| HEX | #032f3f |
| RGB | rgb(3, 47, 63) |
| HSL | hsl(196, 91%, 13%) |
| CMYK | cmyk(95%, 25%, 0%, 75%) |
| LAB | lab(17.5 -7.5 -14.2) |
| LCH | lch(17.5 16.0 241.9) |
| OKLCH | oklch(0.286 0.053 228.2) |
Copy-ready code
/* CSS */
color: #032f3f;
background-color: #032f3f;
/* Tailwind (arbitrary) */
class="text-[#032f3f] bg-[#032f3f]"
/* SCSS */
$brand: #032f3f;
/* SwiftUI */
Color(red: 0.012, green: 0.184, blue: 0.247)
/* Android */
Color.parseColor("#032f3f")Accessibility — WCAG contrast
Aa
#032f3f on white: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032f3f on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.4%
Blue24.7%
CMYK percentages
Cyan95.2%
Magenta25.4%
Yellow0.0%
Key (black)75.3%
Color previews
#032f3f text on a black background
contrast 1.48:1
Card sample
#032f3f text on a white background
contrast 14.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032f3f;
Background color
Panel with #032f3f background
background-color: #032f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 47, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 47, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032f3f; background: linear-gradient(135deg, #032f3f, #03073F);