#3ceabc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
60, 234, 188
HSL
164°, 81%, 58%
CMYK
74, 0, 20, 8
Luminance
0.6344
Every format
| HEX | #3ceabc |
| RGB | rgb(60, 234, 188) |
| HSL | hsl(164, 81%, 58%) |
| CMYK | cmyk(74%, 0%, 20%, 8%) |
| LAB | lab(83.7 -53.8 10.0) |
| LCH | lch(83.7 54.7 169.5) |
| OKLCH | oklch(0.840 0.152 170.4) |
Copy-ready code
/* CSS */
color: #3ceabc;
background-color: #3ceabc;
/* Tailwind (arbitrary) */
class="text-[#3ceabc] bg-[#3ceabc]"
/* SCSS */
$brand: #3ceabc;
/* SwiftUI */
Color(red: 0.235, green: 0.918, blue: 0.737)
/* Android */
Color.parseColor("#3ceabc")Accessibility — WCAG contrast
Aa
#3ceabc on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ceabc on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green91.8%
Blue73.7%
CMYK percentages
Cyan74.4%
Magenta0.0%
Yellow19.7%
Key (black)8.2%
Color previews
#3ceabc text on a black background
contrast 13.69:1
Card sample
#3ceabc text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ceabc;
Background color
Panel with #3ceabc background
background-color: #3ceabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ceabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 234, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 234, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ceabc; background: linear-gradient(135deg, #3ceabc, #3CA4EA);