#448888
a dark, soft cyan · cool · closest name: teal
RGB
68, 136, 136
HSL
180°, 33%, 40%
CMYK
50, 0, 0, 47
Luminance
0.2061
Every format
| HEX | #448888 |
| RGB | rgb(68, 136, 136) |
| HSL | hsl(180, 33%, 40%) |
| CMYK | cmyk(50%, 0%, 0%, 47%) |
| LAB | lab(52.5 -21.4 -6.6) |
| LCH | lch(52.5 22.4 197.2) |
| OKLCH | oklch(0.583 0.069 195.4) |
Copy-ready code
/* CSS */
color: #448888;
background-color: #448888;
/* Tailwind (arbitrary) */
class="text-[#448888] bg-[#448888]"
/* SCSS */
$brand: #448888;
/* SwiftUI */
Color(red: 0.267, green: 0.533, blue: 0.533)
/* Android */
Color.parseColor("#448888")Accessibility — WCAG contrast
Aa
#448888 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#448888 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green53.3%
Blue53.3%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow0.0%
Key (black)46.7%
Color previews
#448888 text on a black background
contrast 5.12:1
Card sample
#448888 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #448888;
Background color
Panel with #448888 background
background-color: #448888;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #448888;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 136, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 136, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #448888; background: linear-gradient(135deg, #448888, #445B88);