#39afb4
a balanced, vivid cyan · cool · closest name: teal
RGB
57, 175, 180
HSL
182°, 52%, 47%
CMYK
68, 3, 0, 29
Luminance
0.3483
Every format
| HEX | #39afb4 |
| RGB | rgb(57, 175, 180) |
| HSL | hsl(182, 52%, 47%) |
| CMYK | cmyk(68%, 3%, 0%, 29%) |
| LAB | lab(65.6 -30.3 -12.1) |
| LCH | lch(65.6 32.7 201.7) |
| OKLCH | oklch(0.692 0.102 199.2) |
Copy-ready code
/* CSS */
color: #39afb4;
background-color: #39afb4;
/* Tailwind (arbitrary) */
class="text-[#39afb4] bg-[#39afb4]"
/* SCSS */
$brand: #39afb4;
/* SwiftUI */
Color(red: 0.224, green: 0.686, blue: 0.706)
/* Android */
Color.parseColor("#39afb4")Accessibility — WCAG contrast
Aa
#39afb4 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39afb4 on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green68.6%
Blue70.6%
CMYK percentages
Cyan68.3%
Magenta2.8%
Yellow0.0%
Key (black)29.4%
Color previews
#39afb4 text on a black background
contrast 7.97:1
Card sample
#39afb4 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39afb4;
Background color
Panel with #39afb4 background
background-color: #39afb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39afb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 175, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 175, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39afb4; background: linear-gradient(135deg, #39afb4, #395DB4);