#035648
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 86, 72
HSL
170°, 93%, 18%
CMYK
97, 0, 16, 66
Luminance
0.0714
Every format
| HEX | #035648 |
| RGB | rgb(3, 86, 72) |
| HSL | hsl(170, 93%, 18%) |
| CMYK | cmyk(97%, 0%, 16%, 66%) |
| LAB | lab(32.1 -26.1 1.9) |
| LCH | lch(32.1 26.2 175.9) |
| OKLCH | oklch(0.406 0.074 176.5) |
Copy-ready code
/* CSS */
color: #035648;
background-color: #035648;
/* Tailwind (arbitrary) */
class="text-[#035648] bg-[#035648]"
/* SCSS */
$brand: #035648;
/* SwiftUI */
Color(red: 0.012, green: 0.337, blue: 0.282)
/* Android */
Color.parseColor("#035648")Accessibility — WCAG contrast
Aa
#035648 on white: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#035648 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green33.7%
Blue28.2%
CMYK percentages
Cyan96.5%
Magenta0.0%
Yellow16.3%
Key (black)66.3%
Color previews
#035648 text on a black background
contrast 2.43:1
Card sample
#035648 text on a white background
contrast 8.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #035648;
Background color
Panel with #035648 background
background-color: #035648;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #035648;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 86, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 86, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #035648; background: linear-gradient(135deg, #035648, #032D56);