Emerald
#6FDC75
GreenColor Codes
All color formats for development
HEX
#6FDC75RGB
rgb(111, 220, 117)HSL
hsl(123, 61%, 65%)OKLCH
oklch(0.806 0.173 144.8)CMYK
cmyk(50%, 0%, 47%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D65B
2#3ACF41
3#2DBB34
4#27A02D
5#208525
6#1A6B1E
7#135016
8#0D350F
9#061B07
Tints
Lighter variations
1#7EE083
2#8CE390
3#9AE79E
4#A9EAAC
5#B7EEBA
6#C6F1C8
7#D4F5D6
8#E2F8E3
9#F1FCF1
Tones
Muted variations
1#75D77A
2#7AD17F
3#80CC83
4#85C688
5#8BC18D
6#90BC92
7#95B697
8#9BB19C
9#A0ABA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC75 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D24D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB533 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239028 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104212 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E3;
--emerald-200: #CAF2CC;
--emerald-300: #A1E8A4;
--emerald-400: #6FDC75;
--emerald-500: #46D24D;
--emerald-600: #2CB533;
--emerald-700: #239028;
--emerald-800: #19671D;
--emerald-900: #104212;
--emerald-950: #0A290C;
}