Emerald
#1CC46B
GreenColor Codes
All color formats for development
HEX
#1CC46BRGB
rgb(28, 196, 107)HSL
hsl(148, 75%, 44%)OKLCH
oklch(0.721 0.18 152.8)CMYK
cmyk(86%, 0%, 45%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19B160
2#169D55
3#14894B
4#117640
5#0E6235
6#0B4F2B
7#083B20
8#062715
9#03140B
Tints
Lighter variations
1#20DD78
2#37E287
3#50E696
4#69EAA5
5#82EDB4
6#9BF1C3
7#B4F4D2
8#CDF8E1
9#E6FBF0
Tones
Muted variations
1#24BC6B
2#2DB46C
3#35AB6C
4#3EA36D
5#469A6D
6#4F926E
7#57896F
8#5F816F
9#687970
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0C1 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9A1 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E287 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC46B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #10703D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4727 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FBEC;
--emerald-200: #C5F7DC;
--emerald-300: #98F0C1;
--emerald-400: #63E9A1;
--emerald-500: #36E287;
--emerald-600: #1CC46B;
--emerald-700: #169C55;
--emerald-800: #10703D;
--emerald-900: #0A4727;
--emerald-950: #062D18;
}