Emerald
#1FC16B
GreenColor Codes
All color formats for development
HEX
#1FC16BRGB
rgb(31, 193, 107)HSL
hsl(148, 72%, 44%)OKLCH
oklch(0.714 0.176 153.1)CMYK
cmyk(84%, 0%, 45%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE60
2#199A55
3#16874B
4#137440
5#106035
6#0D4D2B
7#093A20
8#062715
9#03130B
Tints
Lighter variations
1#23DA78
2#3BDF87
3#53E396
4#6CE7A5
5#84EBB4
6#9DEFC3
7#B5F3D2
8#CEF7E1
9#E6FBF0
Tones
Muted variations
1#27B96B
2#30B16C
3#38A96C
4#40A16D
5#48996E
6#50916E
7#58886F
8#60806F
9#687870
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC2 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6A1 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC16B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4627 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FAEC;
--emerald-200: #C6F6DC;
--emerald-300: #9AEFC2;
--emerald-400: #65E6A1;
--emerald-500: #3ADF87;
--emerald-600: #1FC16B;
--emerald-700: #199A55;
--emerald-800: #126E3D;
--emerald-900: #0B4627;
--emerald-950: #072C18;
}