#447777
a dark, soft cyan · cool · closest name: teal
RGB
68, 119, 119
HSL
180°, 27%, 37%
CMYK
43, 0, 0, 53
Luminance
0.1575
Every format
| HEX | #447777 |
| RGB | rgb(68, 119, 119) |
| HSL | hsl(180, 27%, 37%) |
| CMYK | cmyk(43%, 0%, 0%, 53%) |
| LAB | lab(46.6 -17.1 -5.4) |
| LCH | lch(46.6 17.9 197.5) |
| OKLCH | oklch(0.534 0.055 195.6) |
Copy-ready code
/* CSS */
color: #447777;
background-color: #447777;
/* Tailwind (arbitrary) */
class="text-[#447777] bg-[#447777]"
/* SCSS */
$brand: #447777;
/* SwiftUI */
Color(red: 0.267, green: 0.467, blue: 0.467)
/* Android */
Color.parseColor("#447777")Accessibility — WCAG contrast
Aa
#447777 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#447777 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green46.7%
Blue46.7%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow0.0%
Key (black)53.3%
Color previews
#447777 text on a black background
contrast 4.15:1
Card sample
#447777 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447777;
Background color
Panel with #447777 background
background-color: #447777;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447777;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 119, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 119, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447777; background: linear-gradient(135deg, #447777, #445577);