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