#38907a
a dark, soft cyan · cool · closest name: teal
RGB
56, 144, 122
HSL
165°, 44%, 39%
CMYK
61, 0, 15, 44
Luminance
0.2219
Every format
| HEX | #38907a |
| RGB | rgb(56, 144, 122) |
| HSL | hsl(165, 44%, 39%) |
| CMYK | cmyk(61%, 0%, 15%, 44%) |
| LAB | lab(54.2 -31.8 3.9) |
| LCH | lch(54.2 32.1 173.0) |
| OKLCH | oklch(0.594 0.091 173.8) |
Copy-ready code
/* CSS */
color: #38907a;
background-color: #38907a;
/* Tailwind (arbitrary) */
class="text-[#38907a] bg-[#38907a]"
/* SCSS */
$brand: #38907a;
/* SwiftUI */
Color(red: 0.220, green: 0.565, blue: 0.478)
/* Android */
Color.parseColor("#38907a")Accessibility — WCAG contrast
Aa
#38907a on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#38907a on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green56.5%
Blue47.8%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow15.3%
Key (black)43.5%
Color previews
#38907a text on a black background
contrast 5.44:1
Card sample
#38907a text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38907a;
Background color
Panel with #38907a background
background-color: #38907a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38907a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 144, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 144, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38907a; background: linear-gradient(135deg, #38907a, #386B90);