Emerald
#31AF74
GreenColor Codes
All color formats for development
HEX
#31AF74RGB
rgb(49, 175, 116)HSL
hsl(152, 56%, 44%)OKLCH
oklch(0.672 0.14 158.1)CMYK
cmyk(72%, 0%, 34%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E69
2#278C5D
3#237B51
4#1E6946
5#19583A
6#14462F
7#0F3523
8#0A2317
9#05120C
Tints
Lighter variations
1#38C583
2#4DCD91
3#63D39F
4#79D9AD
5#90E0BA
6#A6E6C8
7#BCECD6
8#D2F2E4
9#E9F9F1
Tones
Muted variations
1#38A974
2#3EA274
3#449C73
4#4B9673
5#519072
6#578972
7#5D8371
8#647D71
9#6A7671
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C7 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A9 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD91 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6342 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E3F7EE;
--emerald-200: #CBF0DF;
--emerald-300: #A4E5C7;
--emerald-400: #74D8A9;
--emerald-500: #4CCD91;
--emerald-600: #31AF74;
--emerald-700: #278B5D;
--emerald-800: #1C6342;
--emerald-900: #12402A;
--emerald-950: #0B281A;
}