Emerald
#1EC265
GreenColor Codes
All color formats for development
HEX
#1EC265RGB
rgb(30, 194, 101)HSL
hsl(146, 73%, 44%)OKLCH
oklch(0.715 0.183 151.5)CMYK
cmyk(85%, 0%, 48%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BAF5B
2#189B51
3#158847
4#12743D
5#0F6133
6#0C4E29
7#093A1E
8#062714
9#03130A
Tints
Lighter variations
1#22DB72
2#39E082
3#52E491
4#6BE8A1
5#83ECB1
6#9CF0C0
7#B5F3D0
8#CEF7E0
9#E6FBEF
Tones
Muted variations
1#26BA66
2#2FB267
3#37AA69
4#3FA16A
5#47996B
6#4F916C
7#58896D
8#60816E
9#68786F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBF | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E79D | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E081 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC265 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4725 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FAEB;
--emerald-200: #C6F6DB;
--emerald-300: #9AEFBF;
--emerald-400: #65E79D;
--emerald-500: #38E081;
--emerald-600: #1EC265;
--emerald-700: #189A51;
--emerald-800: #116E3A;
--emerald-900: #0B4725;
--emerald-950: #072C17;
}