Emerald
#41D8B0
GreenColor Codes
All color formats for development
HEX
#41D8B0RGB
rgb(65, 216, 176)HSL
hsl(164, 66%, 55%)OKLCH
oklch(0.794 0.138 171.1)CMYK
cmyk(70%, 0%, 19%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD2A5
2#26BA93
3#21A380
4#1D8C6E
5#18745C
6#135D49
7#0E4637
8#0A2F25
9#051712
Tints
Lighter variations
1#54DCB8
2#67E0BF
3#7AE4C7
4#8DE8CF
5#A0EBD7
6#B3EFDF
7#C6F3E7
8#D9F7EF
9#ECFBF7
Tones
Muted variations
1#48D0AC
2#50C9A9
3#57C1A5
4#5FBAA1
5#66B29E
6#6EAB9A
7#76A397
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 #E1F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBD6 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1C1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA93 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9475 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4435 | 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: #E1F9F3;
--emerald-200: #C8F4E8;
--emerald-300: #9EEBD6;
--emerald-400: #6BE1C1;
--emerald-500: #41D8B0;
--emerald-600: #26BA93;
--emerald-700: #1E9475;
--emerald-800: #166A53;
--emerald-900: #0E4435;
--emerald-950: #092A21;
}