#3adebe
a balanced, vivid cyan · cool · closest name: turquoise
RGB
58, 222, 190
HSL
168°, 71%, 55%
CMYK
74, 0, 14, 13
Luminance
0.5686
Every format
| HEX | #3adebe |
| RGB | rgb(58, 222, 190) |
| HSL | hsl(168, 71%, 55%) |
| CMYK | cmyk(74%, 0%, 14%, 13%) |
| LAB | lab(80.1 -48.6 3.8) |
| LCH | lch(80.1 48.8 175.5) |
| OKLCH | oklch(0.811 0.139 176.1) |
Copy-ready code
/* CSS */
color: #3adebe;
background-color: #3adebe;
/* Tailwind (arbitrary) */
class="text-[#3adebe] bg-[#3adebe]"
/* SCSS */
$brand: #3adebe;
/* SwiftUI */
Color(red: 0.227, green: 0.871, blue: 0.745)
/* Android */
Color.parseColor("#3adebe")Accessibility — WCAG contrast
Aa
#3adebe on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3adebe on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green87.1%
Blue74.5%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow14.4%
Key (black)12.9%
Color previews
#3adebe text on a black background
contrast 12.37:1
Card sample
#3adebe text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3adebe;
Background color
Panel with #3adebe background
background-color: #3adebe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3adebe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 222, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 222, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3adebe; background: linear-gradient(135deg, #3adebe, #3A91DE);