#03435c
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 67, 92
HSL
197°, 94%, 19%
CMYK
97, 27, 0, 64
Luminance
0.0481
Every format
| HEX | #03435c |
| RGB | rgb(3, 67, 92) |
| HSL | hsl(197, 94%, 19%) |
| CMYK | cmyk(97%, 27%, 0%, 64%) |
| LAB | lab(26.2 -8.2 -20.0) |
| LCH | lch(26.2 21.6 247.6) |
| OKLCH | oklch(0.360 0.072 231.9) |
Copy-ready code
/* CSS */
color: #03435c;
background-color: #03435c;
/* Tailwind (arbitrary) */
class="text-[#03435c] bg-[#03435c]"
/* SCSS */
$brand: #03435c;
/* SwiftUI */
Color(red: 0.012, green: 0.263, blue: 0.361)
/* Android */
Color.parseColor("#03435c")Accessibility — WCAG contrast
Aa
#03435c on white: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03435c on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green26.3%
Blue36.1%
CMYK percentages
Cyan96.7%
Magenta27.2%
Yellow0.0%
Key (black)63.9%
Color previews
#03435c text on a black background
contrast 1.96:1
Card sample
#03435c text on a white background
contrast 10.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03435c;
Background color
Panel with #03435c background
background-color: #03435c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03435c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 67, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 67, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03435c; background: linear-gradient(135deg, #03435c, #03085C);