Emerald
#31AF6C
GreenColor Codes
All color formats for development
HEX
#31AF6CRGB
rgb(49, 175, 108)HSL
hsl(148, 56%, 44%)OKLCH
oklch(0.67 0.147 155.1)CMYK
cmyk(72%, 0%, 38%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E61
2#278C56
3#237B4C
4#1E6941
5#195836
6#14462B
7#0F3520
8#0A2316
9#05120B
Tints
Lighter variations
1#38C57A
2#4DCD88
3#63D397
4#79D9A6
5#90E0B5
6#A6E6C4
7#BCECD3
8#D2F2E1
9#E9F9F0
Tones
Muted variations
1#38A96C
2#3EA26D
3#449C6D
4#4B966E
5#51906E
6#57896F
7#5D836F
8#647D6F
9#6A7670
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C2 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A2 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD88 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF6C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B56 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C633D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124027 | 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: #E3F7EC;
--emerald-200: #CBF0DD;
--emerald-300: #A4E5C2;
--emerald-400: #74D8A2;
--emerald-500: #4CCD88;
--emerald-600: #31AF6C;
--emerald-700: #278B56;
--emerald-800: #1C633D;
--emerald-900: #124027;
--emerald-950: #0B2819;
}