Emerald
#1AC799
GreenColor Codes
All color formats for development
HEX
#1AC799RGB
rgb(26, 199, 153)HSL
hsl(164, 77%, 44%)OKLCH
oklch(0.739 0.145 168.1)CMYK
cmyk(87%, 0%, 23%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B389
2#159F7A
3#128B6B
4#0F775C
5#0D634C
6#0A4F3D
7#083C2E
8#05281F
9#03140F
Tints
Lighter variations
1#1DE0AC
2#35E5B6
3#4EE8BF
4#67EBC8
5#81EFD1
6#9AF2DA
7#B3F5E4
8#CCF8ED
9#E6FCF6
Tones
Muted variations
1#22BE94
2#2BB590
3#34AD8C
4#3CA488
5#459B84
6#4E9380
7#568A7C
8#5F8178
9#687974
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D9 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAC6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094837 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF4;
--emerald-200: #C4F7EA;
--emerald-300: #97F2D9;
--emerald-400: #61EAC6;
--emerald-500: #34E5B5;
--emerald-600: #1AC799;
--emerald-700: #159E79;
--emerald-800: #0F7157;
--emerald-900: #094837;
--emerald-950: #062D23;
}