#39a2ac
a dark, vivid cyan · cool · closest name: teal
RGB
57, 162, 172
HSL
185°, 50%, 45%
CMYK
67, 6, 0, 33
Luminance
0.2969
Every format
| HEX | #39a2ac |
| RGB | rgb(57, 162, 172) |
| HSL | hsl(185, 50%, 45%) |
| CMYK | cmyk(67%, 6%, 0%, 33%) |
| LAB | lab(61.4 -26.3 -14.0) |
| LCH | lch(61.4 29.8 208.0) |
| OKLCH | oklch(0.657 0.095 204.1) |
Copy-ready code
/* CSS */
color: #39a2ac;
background-color: #39a2ac;
/* Tailwind (arbitrary) */
class="text-[#39a2ac] bg-[#39a2ac]"
/* SCSS */
$brand: #39a2ac;
/* SwiftUI */
Color(red: 0.224, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#39a2ac")Accessibility — WCAG contrast
Aa
#39a2ac on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#39a2ac on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green63.5%
Blue67.5%
CMYK percentages
Cyan66.9%
Magenta5.8%
Yellow0.0%
Key (black)32.5%
Color previews
#39a2ac text on a black background
contrast 6.94:1
Card sample
#39a2ac text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39a2ac;
Background color
Panel with #39a2ac background
background-color: #39a2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39a2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39a2ac; background: linear-gradient(135deg, #39a2ac, #3955AC);