#446660
a dark, soft cyan · cool · closest name: darkslategray
RGB
68, 102, 96
HSL
169°, 20%, 33%
CMYK
33, 0, 6, 60
Luminance
0.1158
Every format
| HEX | #446660 |
| RGB | rgb(68, 102, 96) |
| HSL | hsl(169, 20%, 33%) |
| CMYK | cmyk(33%, 0%, 6%, 60%) |
| LAB | lab(40.5 -13.7 -0.5) |
| LCH | lch(40.5 13.7 182.2) |
| OKLCH | oklch(0.482 0.041 182.3) |
Copy-ready code
/* CSS */
color: #446660;
background-color: #446660;
/* Tailwind (arbitrary) */
class="text-[#446660] bg-[#446660]"
/* SCSS */
$brand: #446660;
/* SwiftUI */
Color(red: 0.267, green: 0.400, blue: 0.376)
/* Android */
Color.parseColor("#446660")Accessibility — WCAG contrast
Aa
#446660 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#446660 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green40.0%
Blue37.6%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow5.9%
Key (black)60.0%
Color previews
#446660 text on a black background
contrast 3.32:1
Card sample
#446660 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #446660;
Background color
Panel with #446660 background
background-color: #446660;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #446660;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 102, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 102, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #446660; background: linear-gradient(135deg, #446660, #445566);