#3ce5ba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
60, 229, 186
HSL
165°, 77%, 57%
CMYK
74, 0, 19, 10
Luminance
0.6054
Every format
| HEX | #3ce5ba |
| RGB | rgb(60, 229, 186) |
| HSL | hsl(165, 77%, 57%) |
| CMYK | cmyk(74%, 0%, 19%, 10%) |
| LAB | lab(82.1 -52.3 8.9) |
| LCH | lch(82.1 53.0 170.4) |
| OKLCH | oklch(0.827 0.148 171.2) |
Copy-ready code
/* CSS */
color: #3ce5ba;
background-color: #3ce5ba;
/* Tailwind (arbitrary) */
class="text-[#3ce5ba] bg-[#3ce5ba]"
/* SCSS */
$brand: #3ce5ba;
/* SwiftUI */
Color(red: 0.235, green: 0.898, blue: 0.729)
/* Android */
Color.parseColor("#3ce5ba")Accessibility — WCAG contrast
Aa
#3ce5ba on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ce5ba on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green89.8%
Blue72.9%
CMYK percentages
Cyan73.8%
Magenta0.0%
Yellow18.8%
Key (black)10.2%
Color previews
#3ce5ba text on a black background
contrast 13.11:1
Card sample
#3ce5ba text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ce5ba;
Background color
Panel with #3ce5ba background
background-color: #3ce5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ce5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 229, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 229, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ce5ba; background: linear-gradient(135deg, #3ce5ba, #3CA0E5);