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