#3ebfc5
a balanced, vivid cyan · cool · closest name: turquoise
RGB
62, 191, 197
HSL
183°, 54%, 51%
CMYK
69, 3, 0, 23
Luminance
0.4232
Every format
| HEX | #3ebfc5 |
| RGB | rgb(62, 191, 197) |
| HSL | hsl(183, 54%, 51%) |
| CMYK | cmyk(69%, 3%, 0%, 23%) |
| LAB | lab(71.1 -32.4 -13.2) |
| LCH | lch(71.1 35.0 202.3) |
| OKLCH | oklch(0.739 0.110 199.6) |
Copy-ready code
/* CSS */
color: #3ebfc5;
background-color: #3ebfc5;
/* Tailwind (arbitrary) */
class="text-[#3ebfc5] bg-[#3ebfc5]"
/* SCSS */
$brand: #3ebfc5;
/* SwiftUI */
Color(red: 0.243, green: 0.749, blue: 0.773)
/* Android */
Color.parseColor("#3ebfc5")Accessibility — WCAG contrast
Aa
#3ebfc5 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebfc5 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green74.9%
Blue77.3%
CMYK percentages
Cyan68.5%
Magenta3.0%
Yellow0.0%
Key (black)22.7%
Color previews
#3ebfc5 text on a black background
contrast 9.46:1
Card sample
#3ebfc5 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebfc5;
Background color
Panel with #3ebfc5 background
background-color: #3ebfc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebfc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 191, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 191, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebfc5; background: linear-gradient(135deg, #3ebfc5, #3E65C5);