#449399
a dark, soft cyan · cool · closest name: teal
RGB
68, 147, 153
HSL
184°, 39%, 43%
CMYK
56, 4, 0, 40
Luminance
0.2440
Every format
| HEX | #449399 |
| RGB | rgb(68, 147, 153) |
| HSL | hsl(184, 39%, 43%) |
| CMYK | cmyk(56%, 4%, 0%, 40%) |
| LAB | lab(56.5 -22.3 -10.5) |
| LCH | lch(56.5 24.7 205.3) |
| OKLCH | oklch(0.616 0.078 202.0) |
Copy-ready code
/* CSS */
color: #449399;
background-color: #449399;
/* Tailwind (arbitrary) */
class="text-[#449399] bg-[#449399]"
/* SCSS */
$brand: #449399;
/* SwiftUI */
Color(red: 0.267, green: 0.576, blue: 0.600)
/* Android */
Color.parseColor("#449399")Accessibility — WCAG contrast
Aa
#449399 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449399 on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green57.6%
Blue60.0%
CMYK percentages
Cyan55.6%
Magenta3.9%
Yellow0.0%
Key (black)40.0%
Color previews
#449399 text on a black background
contrast 5.88:1
Card sample
#449399 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449399;
Background color
Panel with #449399 background
background-color: #449399;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449399;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 147, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 147, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449399; background: linear-gradient(135deg, #449399, #445A99);