#398e7f
a dark, soft cyan · cool · closest name: teal
RGB
57, 142, 127
HSL
169°, 43%, 39%
CMYK
60, 0, 11, 44
Luminance
0.2175
Every format
| HEX | #398e7f |
| RGB | rgb(57, 142, 127) |
| HSL | hsl(169, 43%, 39%) |
| CMYK | cmyk(60%, 0%, 11%, 44%) |
| LAB | lab(53.8 -29.3 0.3) |
| LCH | lch(53.8 29.3 179.3) |
| OKLCH | oklch(0.591 0.085 179.7) |
Copy-ready code
/* CSS */
color: #398e7f;
background-color: #398e7f;
/* Tailwind (arbitrary) */
class="text-[#398e7f] bg-[#398e7f]"
/* SCSS */
$brand: #398e7f;
/* SwiftUI */
Color(red: 0.224, green: 0.557, blue: 0.498)
/* Android */
Color.parseColor("#398e7f")Accessibility — WCAG contrast
Aa
#398e7f on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#398e7f on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green55.7%
Blue49.8%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow10.6%
Key (black)44.3%
Color previews
#398e7f text on a black background
contrast 5.35:1
Card sample
#398e7f text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #398e7f;
Background color
Panel with #398e7f background
background-color: #398e7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #398e7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 142, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 142, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #398e7f; background: linear-gradient(135deg, #398e7f, #39648E);