Emerald
#1BC568
GreenColor Codes
All color formats for development
HEX
#1BC568RGB
rgb(27, 197, 104)HSL
hsl(147, 76%, 44%)OKLCH
oklch(0.723 0.185 152)CMYK
cmyk(86%, 0%, 47%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B25D
2#169E53
3#138A49
4#10763E
5#0D6334
6#0B4F29
7#083B1F
8#052715
9#03140A
Tints
Lighter variations
1#1EDF75
2#36E484
3#4FE793
4#68EAA3
5#81EEB2
6#9AF1C2
7#B4F5D1
8#CDF8E0
9#E6FCF0
Tones
Muted variations
1#23BD69
2#2CB469
3#35AC6A
4#3DA36B
5#469B6C
6#4E926D
7#578A6E
8#5F816E
9#68796F
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 #C5F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C0 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA9F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E384 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC568 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F703B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4826 | 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: #C5F7DB;
--emerald-300: #98F1C0;
--emerald-400: #62EA9F;
--emerald-500: #35E384;
--emerald-600: #1BC568;
--emerald-700: #159D52;
--emerald-800: #0F703B;
--emerald-900: #0A4826;
--emerald-950: #062D18;
}