#3afabf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
58, 250, 191
HSL
162°, 95%, 60%
CMYK
77, 0, 24, 2
Luminance
0.7303
Every format
| HEX | #3afabf |
| RGB | rgb(58, 250, 191) |
| HSL | hsl(162, 95%, 60%) |
| CMYK | cmyk(77%, 0%, 24%, 2%) |
| LAB | lab(88.5 -59.6 15.2) |
| LCH | lch(88.5 61.5 165.7) |
| OKLCH | oklch(0.880 0.169 166.7) |
Copy-ready code
/* CSS */
color: #3afabf;
background-color: #3afabf;
/* Tailwind (arbitrary) */
class="text-[#3afabf] bg-[#3afabf]"
/* SCSS */
$brand: #3afabf;
/* SwiftUI */
Color(red: 0.227, green: 0.980, blue: 0.749)
/* Android */
Color.parseColor("#3afabf")Accessibility — WCAG contrast
Aa
#3afabf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3afabf on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green98.0%
Blue74.9%
CMYK percentages
Cyan76.8%
Magenta0.0%
Yellow23.6%
Key (black)2.0%
Color previews
#3afabf text on a black background
contrast 15.61:1
Card sample
#3afabf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3afabf;
Background color
Panel with #3afabf background
background-color: #3afabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3afabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 250, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 250, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3afabf; background: linear-gradient(135deg, #3afabf, #3AB5FA);