#3ebba3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
62, 187, 163
HSL
169°, 50%, 49%
CMYK
67, 0, 13, 27
Luminance
0.3921
Every format
| HEX | #3ebba3 |
| RGB | rgb(62, 187, 163) |
| HSL | hsl(169, 50%, 49%) |
| CMYK | cmyk(67%, 0%, 13%, 27%) |
| LAB | lab(68.9 -39.9 2.2) |
| LCH | lch(68.9 39.9 176.9) |
| OKLCH | oklch(0.718 0.114 177.4) |
Copy-ready code
/* CSS */
color: #3ebba3;
background-color: #3ebba3;
/* Tailwind (arbitrary) */
class="text-[#3ebba3] bg-[#3ebba3]"
/* SCSS */
$brand: #3ebba3;
/* SwiftUI */
Color(red: 0.243, green: 0.733, blue: 0.639)
/* Android */
Color.parseColor("#3ebba3")Accessibility — WCAG contrast
Aa
#3ebba3 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebba3 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green73.3%
Blue63.9%
CMYK percentages
Cyan66.8%
Magenta0.0%
Yellow12.8%
Key (black)26.7%
Color previews
#3ebba3 text on a black background
contrast 8.84:1
Card sample
#3ebba3 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebba3;
Background color
Panel with #3ebba3 background
background-color: #3ebba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 187, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 187, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebba3; background: linear-gradient(135deg, #3ebba3, #3E80BB);