#3af6ac
a balanced, electric green · cool · closest name: aquamarine
RGB
58, 246, 172
HSL
156°, 91%, 60%
CMYK
76, 0, 30, 4
Luminance
0.6979
Every format
| HEX | #3af6ac |
| RGB | rgb(58, 246, 172) |
| HSL | hsl(156, 91%, 60%) |
| CMYK | cmyk(76%, 0%, 30%, 4%) |
| LAB | lab(86.9 -62.2 22.8) |
| LCH | lch(86.9 66.3 159.9) |
| OKLCH | oklch(0.865 0.179 161.1) |
Copy-ready code
/* CSS */
color: #3af6ac;
background-color: #3af6ac;
/* Tailwind (arbitrary) */
class="text-[#3af6ac] bg-[#3af6ac]"
/* SCSS */
$brand: #3af6ac;
/* SwiftUI */
Color(red: 0.227, green: 0.965, blue: 0.675)
/* Android */
Color.parseColor("#3af6ac")Accessibility — WCAG contrast
Aa
#3af6ac on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3af6ac on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green96.5%
Blue67.5%
CMYK percentages
Cyan76.4%
Magenta0.0%
Yellow30.1%
Key (black)3.5%
Color previews
#3af6ac text on a black background
contrast 14.96:1
Card sample
#3af6ac text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3af6ac;
Background color
Panel with #3af6ac background
background-color: #3af6ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3af6ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 246, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 246, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3af6ac; background: linear-gradient(135deg, #3af6ac, #3AC3F6);