#448877
a dark, soft cyan · cool · closest name: teal
RGB
68, 136, 119
HSL
165°, 33%, 40%
CMYK
50, 0, 13, 47
Luminance
0.2017
Every format
| HEX | #448877 |
| RGB | rgb(68, 136, 119) |
| HSL | hsl(165, 33%, 40%) |
| CMYK | cmyk(50%, 0%, 13%, 47%) |
| LAB | lab(52.0 -25.9 2.5) |
| LCH | lch(52.0 26.1 174.5) |
| OKLCH | oklch(0.577 0.075 175.2) |
Copy-ready code
/* CSS */
color: #448877;
background-color: #448877;
/* Tailwind (arbitrary) */
class="text-[#448877] bg-[#448877]"
/* SCSS */
$brand: #448877;
/* SwiftUI */
Color(red: 0.267, green: 0.533, blue: 0.467)
/* Android */
Color.parseColor("#448877")Accessibility — WCAG contrast
Aa
#448877 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#448877 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green53.3%
Blue46.7%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow12.5%
Key (black)46.7%
Color previews
#448877 text on a black background
contrast 5.03:1
Card sample
#448877 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #448877;
Background color
Panel with #448877 background
background-color: #448877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #448877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 136, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 136, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #448877; background: linear-gradient(135deg, #448877, #446C88);