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