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