Emerald
#4ACF88
GreenColor Codes
All color formats for development
HEX
#4ACF88RGB
rgb(74, 207, 136)HSL
hsl(148, 58%, 55%)OKLCH
oklch(0.764 0.155 156.1)CMYK
cmyk(64%, 0%, 34%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C779
2#2FB16C
3#299B5E
4#238551
5#1D6F43
6#185936
7#124228
8#0C2C1B
9#06160D
Tints
Lighter variations
1#5CD494
2#6ED8A0
3#80DDAC
4#92E2B7
5#A4E7C3
6#B6ECCF
7#C9F1DB
8#DBF5E7
9#EDFAF3
Tones
Muted variations
1#50C888
2#57C189
3#5EBB89
4#64B48A
5#6BAE8A
6#72A78A
7#78A08B
8#7F9A8B
9#86938C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA2 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF88 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D56 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114027 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2819 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E3F8EC;
--emerald-200: #CBF1DD;
--emerald-300: #A2E6C2;
--emerald-400: #72DAA2;
--emerald-500: #4ACF88;
--emerald-600: #2FB16C;
--emerald-700: #258D56;
--emerald-800: #1B653D;
--emerald-900: #114027;
--emerald-950: #0B2819;
}