#39acb2
a balanced, vivid cyan · cool · closest name: teal
RGB
57, 172, 178
HSL
183°, 52%, 46%
CMYK
68, 3, 0, 30
Luminance
0.3359
Every format
| HEX | #39acb2 |
| RGB | rgb(57, 172, 178) |
| HSL | hsl(183, 52%, 46%) |
| CMYK | cmyk(68%, 3%, 0%, 30%) |
| LAB | lab(64.6 -29.5 -12.4) |
| LCH | lch(64.6 32.0 202.9) |
| OKLCH | oklch(0.684 0.101 200.1) |
Copy-ready code
/* CSS */
color: #39acb2;
background-color: #39acb2;
/* Tailwind (arbitrary) */
class="text-[#39acb2] bg-[#39acb2]"
/* SCSS */
$brand: #39acb2;
/* SwiftUI */
Color(red: 0.224, green: 0.675, blue: 0.698)
/* Android */
Color.parseColor("#39acb2")Accessibility — WCAG contrast
Aa
#39acb2 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39acb2 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green67.5%
Blue69.8%
CMYK percentages
Cyan68.0%
Magenta3.4%
Yellow0.0%
Key (black)30.2%
Color previews
#39acb2 text on a black background
contrast 7.72:1
Card sample
#39acb2 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39acb2;
Background color
Panel with #39acb2 background
background-color: #39acb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39acb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 172, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 172, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39acb2; background: linear-gradient(135deg, #39acb2, #395BB2);