#38947f
a dark, vivid cyan · cool · closest name: teal
RGB
56, 148, 127
HSL
166°, 45%, 40%
CMYK
62, 0, 14, 42
Luminance
0.2355
Every format
| HEX | #38947f |
| RGB | rgb(56, 148, 127) |
| HSL | hsl(166, 45%, 40%) |
| CMYK | cmyk(62%, 0%, 14%, 42%) |
| LAB | lab(55.6 -32.4 3.1) |
| LCH | lch(55.6 32.6 174.6) |
| OKLCH | oklch(0.606 0.093 175.3) |
Copy-ready code
/* CSS */
color: #38947f;
background-color: #38947f;
/* Tailwind (arbitrary) */
class="text-[#38947f] bg-[#38947f]"
/* SCSS */
$brand: #38947f;
/* SwiftUI */
Color(red: 0.220, green: 0.580, blue: 0.498)
/* Android */
Color.parseColor("#38947f")Accessibility — WCAG contrast
Aa
#38947f on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#38947f on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green58.0%
Blue49.8%
CMYK percentages
Cyan62.2%
Magenta0.0%
Yellow14.2%
Key (black)42.0%
Color previews
#38947f text on a black background
contrast 5.71:1
Card sample
#38947f text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38947f;
Background color
Panel with #38947f background
background-color: #38947f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38947f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 148, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 148, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38947f; background: linear-gradient(135deg, #38947f, #386C94);