#03433f
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 67, 63
HSL
176°, 91%, 14%
CMYK
96, 0, 6, 74
Luminance
0.0439
Every format
| HEX | #03433f |
| RGB | rgb(3, 67, 63) |
| HSL | hsl(176, 91%, 14%) |
| CMYK | cmyk(96%, 0%, 6%, 74%) |
| LAB | lab(24.9 -19.4 -2.9) |
| LCH | lch(24.9 19.6 188.5) |
| OKLCH | oklch(0.346 0.059 188.0) |
Copy-ready code
/* CSS */
color: #03433f;
background-color: #03433f;
/* Tailwind (arbitrary) */
class="text-[#03433f] bg-[#03433f]"
/* SCSS */
$brand: #03433f;
/* SwiftUI */
Color(red: 0.012, green: 0.263, blue: 0.247)
/* Android */
Color.parseColor("#03433f")Accessibility — WCAG contrast
Aa
#03433f on white: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03433f on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green26.3%
Blue24.7%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow6.0%
Key (black)73.7%
Color previews
#03433f text on a black background
contrast 1.88:1
Card sample
#03433f text on a white background
contrast 11.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03433f;
Background color
Panel with #03433f background
background-color: #03433f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03433f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 67, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 67, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03433f; background: linear-gradient(135deg, #03433f, #031C43);