Emerald
#1AC793
GreenColor Codes
All color formats for development
HEX
#1AC793RGB
rgb(26, 199, 147)HSL
hsl(162, 77%, 44%)OKLCH
oklch(0.737 0.15 165.5)CMYK
cmyk(87%, 0%, 26%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B384
2#159F75
3#128B67
4#0F7758
5#0D6349
6#0A4F3B
7#083C2C
8#05281D
9#03140F
Tints
Lighter variations
1#1DE0A5
2#35E5B0
3#4EE8BA
4#67EBC4
5#81EFCE
6#9AF2D7
7#B3F5E1
8#CCF8EB
9#E6FCF5
Tones
Muted variations
1#22BE8F
2#2BB58C
3#34AD88
4#3CA485
5#459B81
6#4E937E
7#568A7B
8#5F8177
9#687974
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D6 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAC1 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC793 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7153 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094835 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF3;
--emerald-200: #C4F7E8;
--emerald-300: #97F2D6;
--emerald-400: #61EAC1;
--emerald-500: #34E5B0;
--emerald-600: #1AC793;
--emerald-700: #159E75;
--emerald-800: #0F7153;
--emerald-900: #094835;
--emerald-950: #062D21;
}