Emerald
#6CE08B
GreenColor Codes
All color formats for development
HEX
#6CE08BRGB
rgb(108, 224, 139)HSL
hsl(136, 65%, 65%)OKLCH
oklch(0.818 0.16 150.2)CMYK
cmyk(52%, 0%, 38%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DA75
2#35D45F
3#29BF51
4#23A445
5#1D893A
6#176D2E
7#115223
8#0C3717
9#061B0C
Tints
Lighter variations
1#7AE396
2#89E6A2
3#98E9AE
4#A7ECB9
5#B5EFC5
6#C4F3D0
7#D3F6DC
8#E2F9E8
9#F0FCF3
Tones
Muted variations
1#72DA8D
2#77D490
3#7DCE93
4#83C996
5#89C398
6#8FBD9B
7#94B79E
8#9AB1A0
9#A0ACA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB3 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE08B | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D769 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B94E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F933E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF5;
--emerald-100: #E2F9E8;
--emerald-200: #C8F3D4;
--emerald-300: #9EEAB3;
--emerald-400: #6CE08B;
--emerald-500: #42D769;
--emerald-600: #27B94E;
--emerald-700: #1F933E;
--emerald-800: #16692C;
--emerald-900: #0E431C;
--emerald-950: #092A12;
}