#3ebcaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
62, 188, 175
HSL
174°, 50%, 49%
CMYK
67, 0, 7, 26
Luminance
0.4009
Every format
| HEX | #3ebcaf |
| RGB | rgb(62, 188, 175) |
| HSL | hsl(174, 50%, 49%) |
| CMYK | cmyk(67%, 0%, 7%, 26%) |
| LAB | lab(69.5 -37.1 -3.5) |
| LCH | lch(69.5 37.3 185.4) |
| OKLCH | oklch(0.724 0.110 185.2) |
Copy-ready code
/* CSS */
color: #3ebcaf;
background-color: #3ebcaf;
/* Tailwind (arbitrary) */
class="text-[#3ebcaf] bg-[#3ebcaf]"
/* SCSS */
$brand: #3ebcaf;
/* SwiftUI */
Color(red: 0.243, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#3ebcaf")Accessibility — WCAG contrast
Aa
#3ebcaf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebcaf on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green73.7%
Blue68.6%
CMYK percentages
Cyan67.0%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#3ebcaf text on a black background
contrast 9.02:1
Card sample
#3ebcaf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebcaf;
Background color
Panel with #3ebcaf background
background-color: #3ebcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebcaf; background: linear-gradient(135deg, #3ebcaf, #3E75BC);