Emerald
#3ADFC6
CyanColor Codes
All color formats for development
HEX
#3ADFC6RGB
rgb(58, 223, 198)HSL
hsl(171, 72%, 55%)OKLCH
oklch(0.816 0.136 180)CMYK
cmyk(74%, 0%, 11%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D9BE
2#1FC1A9
3#1BA994
4#18917F
5#147969
6#106054
7#0C483F
8#08302A
9#041815
Tints
Lighter variations
1#4DE2CC
2#61E5D1
3#75E9D7
4#89ECDD
5#9CEFE3
6#B0F2E8
7#C4F5EE
8#D8F9F4
9#EBFCF9
Tones
Muted variations
1#42D7C0
2#4ACEBB
3#52C6B5
4#5BBEAF
5#63B6A9
6#6BADA3
7#73A59E
8#7C9D98
9#849592
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE2 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B463D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFB;
--emerald-100: #E0FAF6;
--emerald-200: #C6F6EF;
--emerald-300: #9AEFE2;
--emerald-400: #65E6D3;
--emerald-500: #3ADFC6;
--emerald-600: #1FC1A9;
--emerald-700: #199A86;
--emerald-800: #126E60;
--emerald-900: #0B463D;
--emerald-950: #072C26;
}