#39bfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 191, 172
HSL
172°, 54%, 49%
CMYK
70, 0, 10, 25
Luminance
0.4111
Every format
| HEX | #39bfac |
| RGB | rgb(57, 191, 172) |
| HSL | hsl(172, 54%, 49%) |
| CMYK | cmyk(70%, 0%, 10%, 25%) |
| LAB | lab(70.3 -40.0 -0.8) |
| LCH | lch(70.3 40.0 181.2) |
| OKLCH | oklch(0.729 0.117 181.4) |
Copy-ready code
/* CSS */
color: #39bfac;
background-color: #39bfac;
/* Tailwind (arbitrary) */
class="text-[#39bfac] bg-[#39bfac]"
/* SCSS */
$brand: #39bfac;
/* SwiftUI */
Color(red: 0.224, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#39bfac")Accessibility — WCAG contrast
Aa
#39bfac on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bfac on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green74.9%
Blue67.5%
CMYK percentages
Cyan70.2%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#39bfac text on a black background
contrast 9.22:1
Card sample
#39bfac text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bfac;
Background color
Panel with #39bfac background
background-color: #39bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bfac; background: linear-gradient(135deg, #39bfac, #3979BF);