Emerald
#3ADFB8
CyanColor Codes
All color formats for development
HEX
#3ADFB8RGB
rgb(58, 223, 184)HSL
hsl(166, 72%, 55%)OKLCH
oklch(0.812 0.143 172.7)CMYK
cmyk(74%, 0%, 17%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D9AF
2#1FC19B
3#1BA988
4#189174
5#147961
6#10604E
7#0C483A
8#083027
9#041813
Tints
Lighter variations
1#4DE2BF
2#61E5C6
3#75E9CE
4#89ECD5
5#9CEFDC
6#B0F2E3
7#C4F5EA
8#D8F9F1
9#EBFCF8
Tones
Muted variations
1#42D7B4
2#4ACEB0
3#52C6AB
4#5BBEA7
5#63B6A2
6#6BAD9E
7#73A599
8#7C9D95
9#849591
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDB | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6C8 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC19B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4638 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FAF4;
--emerald-200: #C6F6EB;
--emerald-300: #9AEFDB;
--emerald-400: #65E6C8;
--emerald-500: #3ADFB8;
--emerald-600: #1FC19B;
--emerald-700: #199A7C;
--emerald-800: #126E58;
--emerald-900: #0B4638;
--emerald-950: #072C23;
}