#39afb7
a balanced, vivid cyan · cool · closest name: teal
RGB
57, 175, 183
HSL
184°, 53%, 47%
CMYK
69, 4, 0, 28
Luminance
0.3495
Every format
| HEX | #39afb7 |
| RGB | rgb(57, 175, 183) |
| HSL | hsl(184, 53%, 47%) |
| CMYK | cmyk(69%, 4%, 0%, 28%) |
| LAB | lab(65.7 -29.4 -13.6) |
| LCH | lch(65.7 32.5 204.8) |
| OKLCH | oklch(0.693 0.102 201.6) |
Copy-ready code
/* CSS */
color: #39afb7;
background-color: #39afb7;
/* Tailwind (arbitrary) */
class="text-[#39afb7] bg-[#39afb7]"
/* SCSS */
$brand: #39afb7;
/* SwiftUI */
Color(red: 0.224, green: 0.686, blue: 0.718)
/* Android */
Color.parseColor("#39afb7")Accessibility — WCAG contrast
Aa
#39afb7 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39afb7 on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green68.6%
Blue71.8%
CMYK percentages
Cyan68.9%
Magenta4.4%
Yellow0.0%
Key (black)28.2%
Color previews
#39afb7 text on a black background
contrast 7.99:1
Card sample
#39afb7 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39afb7;
Background color
Panel with #39afb7 background
background-color: #39afb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39afb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 175, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 175, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39afb7; background: linear-gradient(135deg, #39afb7, #395BB7);