#03434f
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 67, 79
HSL
190°, 93%, 16%
CMYK
96, 15, 0, 69
Luminance
0.0460
Every format
| HEX | #03434f |
| RGB | rgb(3, 67, 79) |
| HSL | hsl(190, 93%, 16%) |
| CMYK | cmyk(96%, 15%, 0%, 69%) |
| LAB | lab(25.6 -13.5 -12.5) |
| LCH | lch(25.6 18.4 222.7) |
| OKLCH | oklch(0.353 0.061 214.9) |
Copy-ready code
/* CSS */
color: #03434f;
background-color: #03434f;
/* Tailwind (arbitrary) */
class="text-[#03434f] bg-[#03434f]"
/* SCSS */
$brand: #03434f;
/* SwiftUI */
Color(red: 0.012, green: 0.263, blue: 0.310)
/* Android */
Color.parseColor("#03434f")Accessibility — WCAG contrast
Aa
#03434f on white: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03434f on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green26.3%
Blue31.0%
CMYK percentages
Cyan96.2%
Magenta15.2%
Yellow0.0%
Key (black)69.0%
Color previews
#03434f text on a black background
contrast 1.92:1
Card sample
#03434f text on a white background
contrast 10.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03434f;
Background color
Panel with #03434f background
background-color: #03434f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03434f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 67, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 67, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03434f; background: linear-gradient(135deg, #03434f, #03104F);