Emerald
#0AD67E
GreenColor Codes
All color formats for development
HEX
#0AD67ERGB
rgb(10, 214, 126)HSL
hsl(154, 91%, 44%)OKLCH
oklch(0.77 0.188 155.4)CMYK
cmyk(95%, 0%, 41%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09C171
2#08AB65
3#079658
4#06814B
5#056B3F
6#045632
7#034026
8#022B19
9#01150D
Tints
Lighter variations
1#0BF28E
2#25F59B
3#40F6A7
4#5BF7B4
5#77F9C0
6#92FACD
7#ADFBD9
8#C8FCE6
9#E4FEF2
Tones
Muted variations
1#14CC7C
2#1FC27B
3#29B87A
4#33AD78
5#3DA377
6#479976
7#528F74
8#5C8573
9#667A72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFACB | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7B1 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F59A | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD67E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E2E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEF8;
--emerald-100: #DDFDEF;
--emerald-200: #C0FCE2;
--emerald-300: #8FFACB;
--emerald-400: #55F7B1;
--emerald-500: #24F59A;
--emerald-600: #0AD67E;
--emerald-700: #08AA64;
--emerald-800: #067A47;
--emerald-900: #044E2E;
--emerald-950: #02311D;
}