#03464f
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 70, 79
HSL
187°, 93%, 16%
CMYK
96, 11, 0, 69
Luminance
0.0496
Every format
| HEX | #03464f |
| RGB | rgb(3, 70, 79) |
| HSL | hsl(187, 93%, 16%) |
| CMYK | cmyk(96%, 11%, 0%, 69%) |
| LAB | lab(26.6 -15.2 -10.8) |
| LCH | lch(26.6 18.7 215.4) |
| OKLCH | oklch(0.361 0.061 209.6) |
Copy-ready code
/* CSS */
color: #03464f;
background-color: #03464f;
/* Tailwind (arbitrary) */
class="text-[#03464f] bg-[#03464f]"
/* SCSS */
$brand: #03464f;
/* SwiftUI */
Color(red: 0.012, green: 0.275, blue: 0.310)
/* Android */
Color.parseColor("#03464f")Accessibility — WCAG contrast
Aa
#03464f on white: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03464f on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.5%
Blue31.0%
CMYK percentages
Cyan96.2%
Magenta11.4%
Yellow0.0%
Key (black)69.0%
Color previews
#03464f text on a black background
contrast 1.99:1
Card sample
#03464f text on a white background
contrast 10.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03464f;
Background color
Panel with #03464f background
background-color: #03464f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03464f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 70, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 70, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03464f; background: linear-gradient(135deg, #03464f, #03134F);