#38a5a5
a dark, vivid cyan · cool · closest name: teal
RGB
56, 165, 165
HSL
180°, 49%, 43%
CMYK
66, 0, 0, 35
Luminance
0.3047
Every format
| HEX | #38a5a5 |
| RGB | rgb(56, 165, 165) |
| HSL | hsl(180, 49%, 43%) |
| CMYK | cmyk(66%, 0%, 0%, 35%) |
| LAB | lab(62.0 -30.0 -9.0) |
| LCH | lch(62.0 31.4 196.8) |
| OKLCH | oklch(0.662 0.097 195.1) |
Copy-ready code
/* CSS */
color: #38a5a5;
background-color: #38a5a5;
/* Tailwind (arbitrary) */
class="text-[#38a5a5] bg-[#38a5a5]"
/* SCSS */
$brand: #38a5a5;
/* SwiftUI */
Color(red: 0.220, green: 0.647, blue: 0.647)
/* Android */
Color.parseColor("#38a5a5")Accessibility — WCAG contrast
Aa
#38a5a5 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38a5a5 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green64.7%
Blue64.7%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow0.0%
Key (black)35.3%
Color previews
#38a5a5 text on a black background
contrast 7.09:1
Card sample
#38a5a5 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38a5a5;
Background color
Panel with #38a5a5 background
background-color: #38a5a5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38a5a5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 165, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 165, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38a5a5; background: linear-gradient(135deg, #38a5a5, #385CA5);