Emerald
#1CC47E
GreenColor Codes
All color formats for development
HEX
#1CC47ERGB
rgb(28, 196, 126)HSL
hsl(155, 75%, 44%)OKLCH
oklch(0.725 0.163 158.2)CMYK
cmyk(86%, 0%, 36%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19B172
2#169D65
3#148958
4#11764C
5#0E623F
6#0B4F32
7#083B26
8#062719
9#03140D
Tints
Lighter variations
1#20DD8E
2#37E29B
3#50E6A8
4#69EAB4
5#82EDC1
6#9BF1CD
7#B4F4DA
8#CDF8E6
9#E6FBF3
Tones
Muted variations
1#24BC7D
2#2DB47B
3#35AB7A
4#3EA379
5#469A77
6#4F9276
7#578974
8#5F8173
9#687972
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0CC | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9B1 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E29B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC47E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A472E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF8;
--emerald-100: #E0FBEF;
--emerald-200: #C5F7E2;
--emerald-300: #98F0CC;
--emerald-400: #63E9B1;
--emerald-500: #36E29B;
--emerald-600: #1CC47E;
--emerald-700: #169C64;
--emerald-800: #107048;
--emerald-900: #0A472E;
--emerald-950: #062D1D;
}