#3bedc9
a balanced, electric cyan · cool · closest name: aquamarine
RGB
59, 237, 201
HSL
168°, 83%, 58%
CMYK
75, 0, 15, 7
Luminance
0.6572
Every format
| HEX | #3bedc9 |
| RGB | rgb(59, 237, 201) |
| HSL | hsl(168, 83%, 58%) |
| CMYK | cmyk(75%, 0%, 15%, 7%) |
| LAB | lab(84.8 -52.0 4.9) |
| LCH | lch(84.8 52.2 174.6) |
| OKLCH | oklch(0.851 0.148 175.3) |
Copy-ready code
/* CSS */
color: #3bedc9;
background-color: #3bedc9;
/* Tailwind (arbitrary) */
class="text-[#3bedc9] bg-[#3bedc9]"
/* SCSS */
$brand: #3bedc9;
/* SwiftUI */
Color(red: 0.231, green: 0.929, blue: 0.788)
/* Android */
Color.parseColor("#3bedc9")Accessibility — WCAG contrast
Aa
#3bedc9 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bedc9 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green92.9%
Blue78.8%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow15.2%
Key (black)7.1%
Color previews
#3bedc9 text on a black background
contrast 14.14:1
Card sample
#3bedc9 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bedc9;
Background color
Panel with #3bedc9 background
background-color: #3bedc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bedc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 237, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 237, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bedc9; background: linear-gradient(135deg, #3bedc9, #3B9AED);