#416262
a dark, soft cyan · cool · closest name: darkslategray
RGB
65, 98, 98
HSL
180°, 20%, 32%
CMYK
34, 0, 0, 62
Luminance
0.1074
Every format
| HEX | #416262 |
| RGB | rgb(65, 98, 98) |
| HSL | hsl(180, 20%, 32%) |
| CMYK | cmyk(34%, 0%, 0%, 62%) |
| LAB | lab(39.1 -11.9 -3.8) |
| LCH | lch(39.1 12.5 197.9) |
| OKLCH | oklch(0.471 0.038 195.9) |
Copy-ready code
/* CSS */
color: #416262;
background-color: #416262;
/* Tailwind (arbitrary) */
class="text-[#416262] bg-[#416262]"
/* SCSS */
$brand: #416262;
/* SwiftUI */
Color(red: 0.255, green: 0.384, blue: 0.384)
/* Android */
Color.parseColor("#416262")Accessibility — WCAG contrast
Aa
#416262 on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#416262 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green38.4%
Blue38.4%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow0.0%
Key (black)61.6%
Color previews
#416262 text on a black background
contrast 3.15:1
Card sample
#416262 text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #416262;
Background color
Panel with #416262 background
background-color: #416262;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #416262;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 98, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 98, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #416262; background: linear-gradient(135deg, #416262, #414C62);