#3aebbc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
58, 235, 188
HSL
164°, 82%, 58%
CMYK
75, 0, 20, 8
Luminance
0.6395
Every format
| HEX | #3aebbc |
| RGB | rgb(58, 235, 188) |
| HSL | hsl(164, 82%, 58%) |
| CMYK | cmyk(75%, 0%, 20%, 8%) |
| LAB | lab(83.9 -54.4 10.4) |
| LCH | lch(83.9 55.4 169.2) |
| OKLCH | oklch(0.842 0.154 170.1) |
Copy-ready code
/* CSS */
color: #3aebbc;
background-color: #3aebbc;
/* Tailwind (arbitrary) */
class="text-[#3aebbc] bg-[#3aebbc]"
/* SCSS */
$brand: #3aebbc;
/* SwiftUI */
Color(red: 0.227, green: 0.922, blue: 0.737)
/* Android */
Color.parseColor("#3aebbc")Accessibility — WCAG contrast
Aa
#3aebbc on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aebbc on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green92.2%
Blue73.7%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow20.0%
Key (black)7.8%
Color previews
#3aebbc text on a black background
contrast 13.79:1
Card sample
#3aebbc text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aebbc;
Background color
Panel with #3aebbc background
background-color: #3aebbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aebbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 235, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 235, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aebbc; background: linear-gradient(135deg, #3aebbc, #3AA4EB);