#39afbc
a balanced, vivid cyan · cool · closest name: teal
RGB
57, 175, 188
HSL
186°, 54%, 48%
CMYK
70, 7, 0, 26
Luminance
0.3516
Every format
| HEX | #39afbc |
| RGB | rgb(57, 175, 188) |
| HSL | hsl(186, 54%, 48%) |
| CMYK | cmyk(70%, 7%, 0%, 26%) |
| LAB | lab(65.9 -27.9 -16.1) |
| LCH | lch(65.9 32.3 210.0) |
| OKLCH | oklch(0.695 0.103 205.7) |
Copy-ready code
/* CSS */
color: #39afbc;
background-color: #39afbc;
/* Tailwind (arbitrary) */
class="text-[#39afbc] bg-[#39afbc]"
/* SCSS */
$brand: #39afbc;
/* SwiftUI */
Color(red: 0.224, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#39afbc")Accessibility — WCAG contrast
Aa
#39afbc on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39afbc on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green68.6%
Blue73.7%
CMYK percentages
Cyan69.7%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#39afbc text on a black background
contrast 8.03:1
Card sample
#39afbc text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39afbc;
Background color
Panel with #39afbc background
background-color: #39afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39afbc; background: linear-gradient(135deg, #39afbc, #3957BC);