#03433c
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 67, 60
HSL
173°, 91%, 14%
CMYK
96, 0, 10, 74
Luminance
0.0436
Every format
| HEX | #03433c |
| RGB | rgb(3, 67, 60) |
| HSL | hsl(173, 91%, 14%) |
| CMYK | cmyk(96%, 0%, 10%, 74%) |
| LAB | lab(24.8 -20.5 -1.1) |
| LCH | lch(24.8 20.5 183.0) |
| OKLCH | oklch(0.344 0.060 183.1) |
Copy-ready code
/* CSS */
color: #03433c;
background-color: #03433c;
/* Tailwind (arbitrary) */
class="text-[#03433c] bg-[#03433c]"
/* SCSS */
$brand: #03433c;
/* SwiftUI */
Color(red: 0.012, green: 0.263, blue: 0.235)
/* Android */
Color.parseColor("#03433c")Accessibility — WCAG contrast
Aa
#03433c on white: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03433c on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green26.3%
Blue23.5%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow10.4%
Key (black)73.7%
Color previews
#03433c text on a black background
contrast 1.87:1
Card sample
#03433c text on a white background
contrast 11.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03433c;
Background color
Panel with #03433c background
background-color: #03433c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03433c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 67, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 67, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03433c; background: linear-gradient(135deg, #03433c, #031F43);