Emerald
#41D8AD
GreenColor Codes
All color formats for development
HEX
#41D8ADRGB
rgb(65, 216, 173)HSL
hsl(163, 66%, 55%)OKLCH
oklch(0.793 0.14 169.6)CMYK
cmyk(70%, 0%, 20%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD2A2
2#26BA90
3#21A37E
4#1D8C6C
5#18745A
6#135D48
7#0E4636
8#0A2F24
9#051712
Tints
Lighter variations
1#54DCB5
2#67E0BD
3#7AE4C6
4#8DE8CE
5#A0EBD6
6#B3EFDE
7#C6F3E6
8#D9F7EF
9#ECFBF7
Tones
Muted variations
1#48D0AA
2#50C9A7
3#57C1A3
4#5FBAA0
5#66B29D
6#6EAB99
7#76A396
8#7D9B93
9#859490
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBD5 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1BF | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4434 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCFA;
--emerald-100: #E1F9F2;
--emerald-200: #C8F4E7;
--emerald-300: #9EEBD5;
--emerald-400: #6BE1BF;
--emerald-500: #41D8AD;
--emerald-600: #26BA90;
--emerald-700: #1E9473;
--emerald-800: #166A52;
--emerald-900: #0E4434;
--emerald-950: #092A21;
}