#39aeaf
a balanced, vivid cyan · cool · closest name: teal
RGB
57, 174, 175
HSL
181°, 51%, 46%
CMYK
67, 1, 0, 31
Luminance
0.3424
Every format
| HEX | #39aeaf |
| RGB | rgb(57, 174, 175) |
| HSL | hsl(181, 51%, 46%) |
| CMYK | cmyk(67%, 1%, 0%, 31%) |
| LAB | lab(65.2 -31.3 -10.0) |
| LCH | lch(65.2 32.9 197.7) |
| OKLCH | oklch(0.688 0.102 195.9) |
Copy-ready code
/* CSS */
color: #39aeaf;
background-color: #39aeaf;
/* Tailwind (arbitrary) */
class="text-[#39aeaf] bg-[#39aeaf]"
/* SCSS */
$brand: #39aeaf;
/* SwiftUI */
Color(red: 0.224, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#39aeaf")Accessibility — WCAG contrast
Aa
#39aeaf on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39aeaf on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green68.2%
Blue68.6%
CMYK percentages
Cyan67.4%
Magenta0.6%
Yellow0.0%
Key (black)31.4%
Color previews
#39aeaf text on a black background
contrast 7.85:1
Card sample
#39aeaf text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39aeaf;
Background color
Panel with #39aeaf background
background-color: #39aeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39aeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39aeaf; background: linear-gradient(135deg, #39aeaf, #395FAF);