#39b5ba
a balanced, vivid cyan · cool · closest name: teal
RGB
57, 181, 186
HSL
182°, 53%, 48%
CMYK
69, 3, 0, 27
Luminance
0.3746
Every format
| HEX | #39b5ba |
| RGB | rgb(57, 181, 186) |
| HSL | hsl(182, 53%, 48%) |
| CMYK | cmyk(69%, 3%, 0%, 27%) |
| LAB | lab(67.6 -31.5 -12.4) |
| LCH | lch(67.6 33.8 201.5) |
| OKLCH | oklch(0.709 0.106 199.0) |
Copy-ready code
/* CSS */
color: #39b5ba;
background-color: #39b5ba;
/* Tailwind (arbitrary) */
class="text-[#39b5ba] bg-[#39b5ba]"
/* SCSS */
$brand: #39b5ba;
/* SwiftUI */
Color(red: 0.224, green: 0.710, blue: 0.729)
/* Android */
Color.parseColor("#39b5ba")Accessibility — WCAG contrast
Aa
#39b5ba on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39b5ba on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green71.0%
Blue72.9%
CMYK percentages
Cyan69.4%
Magenta2.7%
Yellow0.0%
Key (black)27.1%
Color previews
#39b5ba text on a black background
contrast 8.49:1
Card sample
#39b5ba text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39b5ba;
Background color
Panel with #39b5ba background
background-color: #39b5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39b5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 181, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 181, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39b5ba; background: linear-gradient(135deg, #39b5ba, #395FBA);