#3af5c3
a balanced, electric cyan · cool · closest name: aquamarine
RGB
58, 245, 195
HSL
164°, 90%, 59%
CMYK
76, 0, 20, 4
Luminance
0.7014
Every format
| HEX | #3af5c3 |
| RGB | rgb(58, 245, 195) |
| HSL | hsl(164, 90%, 59%) |
| CMYK | cmyk(76%, 0%, 20%, 4%) |
| LAB | lab(87.1 -56.8 11.2) |
| LCH | lch(87.1 57.8 168.8) |
| OKLCH | oklch(0.868 0.161 169.8) |
Copy-ready code
/* CSS */
color: #3af5c3;
background-color: #3af5c3;
/* Tailwind (arbitrary) */
class="text-[#3af5c3] bg-[#3af5c3]"
/* SCSS */
$brand: #3af5c3;
/* SwiftUI */
Color(red: 0.227, green: 0.961, blue: 0.765)
/* Android */
Color.parseColor("#3af5c3")Accessibility — WCAG contrast
Aa
#3af5c3 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3af5c3 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green96.1%
Blue76.5%
CMYK percentages
Cyan76.3%
Magenta0.0%
Yellow20.4%
Key (black)3.9%
Color previews
#3af5c3 text on a black background
contrast 15.03:1
Card sample
#3af5c3 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3af5c3;
Background color
Panel with #3af5c3 background
background-color: #3af5c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3af5c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 245, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 245, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3af5c3; background: linear-gradient(135deg, #3af5c3, #3AAAF5);