#045262
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 82, 98
HSL
190°, 92%, 20%
CMYK
96, 16, 0, 62
Luminance
0.0694
Every format
| HEX | #045262 |
| RGB | rgb(4, 82, 98) |
| HSL | hsl(190, 92%, 20%) |
| CMYK | cmyk(96%, 16%, 0%, 62%) |
| LAB | lab(31.7 -14.8 -15.3) |
| LCH | lch(31.7 21.3 225.9) |
| OKLCH | oklch(0.405 0.071 217.2) |
Copy-ready code
/* CSS */
color: #045262;
background-color: #045262;
/* Tailwind (arbitrary) */
class="text-[#045262] bg-[#045262]"
/* SCSS */
$brand: #045262;
/* SwiftUI */
Color(red: 0.016, green: 0.322, blue: 0.384)
/* Android */
Color.parseColor("#045262")Accessibility — WCAG contrast
Aa
#045262 on white: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#045262 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green32.2%
Blue38.4%
CMYK percentages
Cyan95.9%
Magenta16.3%
Yellow0.0%
Key (black)61.6%
Color previews
#045262 text on a black background
contrast 2.39:1
Card sample
#045262 text on a white background
contrast 8.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #045262;
Background color
Panel with #045262 background
background-color: #045262;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #045262;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 82, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 82, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #045262; background: linear-gradient(135deg, #045262, #041362);