#3acfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
58, 207, 186
HSL
172°, 61%, 52%
CMYK
72, 0, 10, 19
Luminance
0.4907
Every format
| HEX | #3acfba |
| RGB | rgb(58, 207, 186) |
| HSL | hsl(172, 61%, 52%) |
| CMYK | cmyk(72%, 0%, 10%, 19%) |
| LAB | lab(75.5 -43.2 -0.7) |
| LCH | lch(75.5 43.3 181.0) |
| OKLCH | oklch(0.773 0.126 181.2) |
Copy-ready code
/* CSS */
color: #3acfba;
background-color: #3acfba;
/* Tailwind (arbitrary) */
class="text-[#3acfba] bg-[#3acfba]"
/* SCSS */
$brand: #3acfba;
/* SwiftUI */
Color(red: 0.227, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#3acfba")Accessibility — WCAG contrast
Aa
#3acfba on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3acfba on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green81.2%
Blue72.9%
CMYK percentages
Cyan72.0%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#3acfba text on a black background
contrast 10.81:1
Card sample
#3acfba text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3acfba;
Background color
Panel with #3acfba background
background-color: #3acfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3acfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3acfba; background: linear-gradient(135deg, #3acfba, #3A81CF);