Emerald
#41D8AB
GreenColor Codes
All color formats for development
HEX
#41D8ABRGB
rgb(65, 216, 171)HSL
hsl(162, 66%, 55%)OKLCH
oklch(0.792 0.141 168.7)CMYK
cmyk(70%, 0%, 21%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD2A0
2#26BA8E
3#21A37C
4#1D8C6A
5#187459
6#135D47
7#0E4635
8#0A2F23
9#051712
Tints
Lighter variations
1#54DCB3
2#67E0BB
3#7AE4C4
4#8DE8CC
5#A0EBD5
6#B3EFDD
7#C6F3E6
8#D9F7EE
9#ECFBF7
Tones
Muted variations
1#48D0A8
2#50C9A4
3#57C1A1
4#5FBA9E
5#66B29B
6#6EAB98
7#76A395
8#7D9B92
9#85948F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBD4 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1BD | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4434 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF9;
--emerald-100: #E1F9F2;
--emerald-200: #C8F4E7;
--emerald-300: #9EEBD4;
--emerald-400: #6BE1BD;
--emerald-500: #41D8AB;
--emerald-600: #26BA8E;
--emerald-700: #1E9471;
--emerald-800: #166A51;
--emerald-900: #0E4434;
--emerald-950: #092A20;
}