#3afbc2
a balanced, electric cyan · cool · closest name: aquamarine
RGB
58, 251, 194
HSL
162°, 96%, 61%
CMYK
77, 0, 23, 2
Luminance
0.7379
Every format
| HEX | #3afbc2 |
| RGB | rgb(58, 251, 194) |
| HSL | hsl(162, 96%, 61%) |
| CMYK | cmyk(77%, 0%, 23%, 2%) |
| LAB | lab(88.8 -59.3 14.2) |
| LCH | lch(88.8 61.0 166.5) |
| OKLCH | oklch(0.883 0.168 167.5) |
Copy-ready code
/* CSS */
color: #3afbc2;
background-color: #3afbc2;
/* Tailwind (arbitrary) */
class="text-[#3afbc2] bg-[#3afbc2]"
/* SCSS */
$brand: #3afbc2;
/* SwiftUI */
Color(red: 0.227, green: 0.984, blue: 0.761)
/* Android */
Color.parseColor("#3afbc2")Accessibility — WCAG contrast
Aa
#3afbc2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3afbc2 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green98.4%
Blue76.1%
CMYK percentages
Cyan76.9%
Magenta0.0%
Yellow22.7%
Key (black)1.6%
Color previews
#3afbc2 text on a black background
contrast 15.76:1
Card sample
#3afbc2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3afbc2;
Background color
Panel with #3afbc2 background
background-color: #3afbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3afbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 251, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 251, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3afbc2; background: linear-gradient(135deg, #3afbc2, #3AB3FB);