Emerald
#1AC768
GreenColor Codes
All color formats for development
HEX
#1AC768RGB
rgb(26, 199, 104)HSL
hsl(147, 77%, 44%)OKLCH
oklch(0.729 0.187 151.8)CMYK
cmyk(87%, 0%, 48%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B35D
2#159F53
3#128B48
4#0F773E
5#0D6334
6#0A4F29
7#083C1F
8#052815
9#03140A
Tints
Lighter variations
1#1DE075
2#35E584
3#4EE893
4#67EBA3
5#81EFB2
6#9AF2C1
7#B3F5D1
8#CCF8E0
9#E6FCF0
Tones
Muted variations
1#22BE68
2#2BB569
3#34AD6A
4#3CA46B
5#459B6C
6#4E936D
7#568A6E
8#5F816E
9#68796F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C0 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA9F | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E583 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC768 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F713B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094826 | 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: #F1FDF7;
--emerald-100: #DFFBEC;
--emerald-200: #C4F7DB;
--emerald-300: #97F2C0;
--emerald-400: #61EA9F;
--emerald-500: #34E583;
--emerald-600: #1AC768;
--emerald-700: #159E52;
--emerald-800: #0F713B;
--emerald-900: #094826;
--emerald-950: #062D18;
}