#3cebaf
a balanced, electric green · cool · closest name: aquamarine
RGB
60, 235, 175
HSL
159°, 81%, 58%
CMYK
75, 0, 26, 8
Luminance
0.6347
Every format
| HEX | #3cebaf |
| RGB | rgb(60, 235, 175) |
| HSL | hsl(159, 81%, 58%) |
| CMYK | cmyk(75%, 0%, 26%, 8%) |
| LAB | lab(83.7 -57.2 16.8) |
| LCH | lch(83.7 59.6 163.6) |
| OKLCH | oklch(0.839 0.163 164.7) |
Copy-ready code
/* CSS */
color: #3cebaf;
background-color: #3cebaf;
/* Tailwind (arbitrary) */
class="text-[#3cebaf] bg-[#3cebaf]"
/* SCSS */
$brand: #3cebaf;
/* SwiftUI */
Color(red: 0.235, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#3cebaf")Accessibility — WCAG contrast
Aa
#3cebaf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cebaf on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green92.2%
Blue68.6%
CMYK percentages
Cyan74.5%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#3cebaf text on a black background
contrast 13.69:1
Card sample
#3cebaf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cebaf;
Background color
Panel with #3cebaf background
background-color: #3cebaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cebaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cebaf; background: linear-gradient(135deg, #3cebaf, #3CB2EB);