#035673
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 86, 115
HSL
196°, 95%, 23%
CMYK
97, 25, 0, 55
Luminance
0.0791
Every format
| HEX | #035673 |
| RGB | rgb(3, 86, 115) |
| HSL | hsl(196, 95%, 23%) |
| CMYK | cmyk(97%, 25%, 0%, 55%) |
| LAB | lab(33.8 -10.6 -22.7) |
| LCH | lch(33.8 25.0 244.9) |
| OKLCH | oklch(0.425 0.084 230.0) |
Copy-ready code
/* CSS */
color: #035673;
background-color: #035673;
/* Tailwind (arbitrary) */
class="text-[#035673] bg-[#035673]"
/* SCSS */
$brand: #035673;
/* SwiftUI */
Color(red: 0.012, green: 0.337, blue: 0.451)
/* Android */
Color.parseColor("#035673")Accessibility — WCAG contrast
Aa
#035673 on white: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#035673 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green33.7%
Blue45.1%
CMYK percentages
Cyan97.4%
Magenta25.2%
Yellow0.0%
Key (black)54.9%
Color previews
#035673 text on a black background
contrast 2.58:1
Card sample
#035673 text on a white background
contrast 8.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #035673;
Background color
Panel with #035673 background
background-color: #035673;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #035673;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 86, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 86, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #035673; background: linear-gradient(135deg, #035673, #030B73);