#3adfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
58, 223, 186
HSL
167°, 72%, 55%
CMYK
74, 0, 17, 13
Luminance
0.5722
Every format
| HEX | #3adfba |
| RGB | rgb(58, 223, 186) |
| HSL | hsl(167, 72%, 55%) |
| CMYK | cmyk(74%, 0%, 17%, 13%) |
| LAB | lab(80.3 -50.0 6.2) |
| LCH | lch(80.3 50.4 172.9) |
| OKLCH | oklch(0.812 0.142 173.6) |
Copy-ready code
/* CSS */
color: #3adfba;
background-color: #3adfba;
/* Tailwind (arbitrary) */
class="text-[#3adfba] bg-[#3adfba]"
/* SCSS */
$brand: #3adfba;
/* SwiftUI */
Color(red: 0.227, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#3adfba")Accessibility — WCAG contrast
Aa
#3adfba on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3adfba on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green87.5%
Blue72.9%
CMYK percentages
Cyan74.0%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#3adfba text on a black background
contrast 12.44:1
Card sample
#3adfba text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3adfba;
Background color
Panel with #3adfba background
background-color: #3adfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3adfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3adfba; background: linear-gradient(135deg, #3adfba, #3A96DF);