#39bfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 191, 186
HSL
178°, 54%, 49%
CMYK
70, 0, 3, 25
Luminance
0.4168
Every format
| HEX | #39bfba |
| RGB | rgb(57, 191, 186) |
| HSL | hsl(178, 54%, 49%) |
| CMYK | cmyk(70%, 0%, 3%, 25%) |
| LAB | lab(70.7 -36.2 -7.9) |
| LCH | lch(70.7 37.0 192.3) |
| OKLCH | oklch(0.734 0.112 191.3) |
Copy-ready code
/* CSS */
color: #39bfba;
background-color: #39bfba;
/* Tailwind (arbitrary) */
class="text-[#39bfba] bg-[#39bfba]"
/* SCSS */
$brand: #39bfba;
/* SwiftUI */
Color(red: 0.224, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#39bfba")Accessibility — WCAG contrast
Aa
#39bfba on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bfba on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green74.9%
Blue72.9%
CMYK percentages
Cyan70.2%
Magenta0.0%
Yellow2.6%
Key (black)25.1%
Color previews
#39bfba text on a black background
contrast 9.34:1
Card sample
#39bfba text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bfba;
Background color
Panel with #39bfba background
background-color: #39bfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bfba; background: linear-gradient(135deg, #39bfba, #396BBF);