#3acfd9
a balanced, vivid cyan · cool · closest name: turquoise
RGB
58, 207, 217
HSL
184°, 68%, 54%
CMYK
73, 5, 0, 15
Luminance
0.5053
Every format
| HEX | #3acfd9 |
| RGB | rgb(58, 207, 217) |
| HSL | hsl(184, 68%, 54%) |
| CMYK | cmyk(73%, 5%, 0%, 15%) |
| LAB | lab(76.4 -34.6 -16.1) |
| LCH | lch(76.4 38.1 205.0) |
| OKLCH | oklch(0.783 0.121 201.8) |
Copy-ready code
/* CSS */
color: #3acfd9;
background-color: #3acfd9;
/* Tailwind (arbitrary) */
class="text-[#3acfd9] bg-[#3acfd9]"
/* SCSS */
$brand: #3acfd9;
/* SwiftUI */
Color(red: 0.227, green: 0.812, blue: 0.851)
/* Android */
Color.parseColor("#3acfd9")Accessibility — WCAG contrast
Aa
#3acfd9 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3acfd9 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green81.2%
Blue85.1%
CMYK percentages
Cyan73.3%
Magenta4.6%
Yellow0.0%
Key (black)14.9%
Color previews
#3acfd9 text on a black background
contrast 11.11:1
Card sample
#3acfd9 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3acfd9;
Background color
Panel with #3acfd9 background
background-color: #3acfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3acfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 207, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 207, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3acfd9; background: linear-gradient(135deg, #3acfd9, #3A65D9);