Emerald
#1EC263
GreenColor Codes
All color formats for development
HEX
#1EC263RGB
rgb(30, 194, 99)HSL
hsl(145, 73%, 44%)OKLCH
oklch(0.715 0.185 151.1)CMYK
cmyk(85%, 0%, 49%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BAF59
2#189B4F
3#158845
4#12743B
5#0F6131
6#0C4E27
7#093A1E
8#062714
9#03130A
Tints
Lighter variations
1#22DB6F
2#39E07F
3#52E48F
4#6BE89F
5#83ECAF
6#9CF0BF
7#B5F3CF
8#CEF7DF
9#E6FBEF
Tones
Muted variations
1#26BA64
2#2FB265
3#37AA67
4#3FA168
5#479969
6#4F916B
7#58896C
8#60816D
9#68786F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBD | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E79B | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E07E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC263 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E38 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4724 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FAEB;
--emerald-200: #C6F6DA;
--emerald-300: #9AEFBD;
--emerald-400: #65E79B;
--emerald-500: #38E07E;
--emerald-600: #1EC263;
--emerald-700: #189A4E;
--emerald-800: #116E38;
--emerald-900: #0B4724;
--emerald-950: #072C16;
}