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