#449988
a dark, soft cyan · cool · closest name: teal
RGB
68, 153, 136
HSL
168°, 39%, 43%
CMYK
56, 0, 11, 40
Luminance
0.2579
Every format
| HEX | #449988 |
| RGB | rgb(68, 153, 136) |
| HSL | hsl(168, 39%, 43%) |
| CMYK | cmyk(56%, 0%, 11%, 40%) |
| LAB | lab(57.8 -30.0 1.2) |
| LCH | lch(57.8 30.0 177.7) |
| OKLCH | oklch(0.626 0.087 178.2) |
Copy-ready code
/* CSS */
color: #449988;
background-color: #449988;
/* Tailwind (arbitrary) */
class="text-[#449988] bg-[#449988]"
/* SCSS */
$brand: #449988;
/* SwiftUI */
Color(red: 0.267, green: 0.600, blue: 0.533)
/* Android */
Color.parseColor("#449988")Accessibility — WCAG contrast
Aa
#449988 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449988 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green60.0%
Blue53.3%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow11.1%
Key (black)40.0%
Color previews
#449988 text on a black background
contrast 6.16:1
Card sample
#449988 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449988;
Background color
Panel with #449988 background
background-color: #449988;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449988;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 153, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 153, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449988; background: linear-gradient(135deg, #449988, #447199);