Emerald
#31AF6E
GreenColor Codes
All color formats for development
HEX
#31AF6ERGB
rgb(49, 175, 110)HSL
hsl(149, 56%, 44%)OKLCH
oklch(0.67 0.146 155.9)CMYK
cmyk(72%, 0%, 37%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E63
2#278C58
3#237B4D
4#1E6942
5#195837
6#14462C
7#0F3521
8#0A2316
9#05120B
Tints
Lighter variations
1#38C57C
2#4DCD8B
3#63D399
4#79D9A8
5#90E0B6
6#A6E6C5
7#BCECD3
8#D2F2E2
9#E9F9F0
Tones
Muted variations
1#38A96E
2#3EA26F
3#449C6F
4#4B966F
5#51906F
6#57896F
7#5D8370
8#647D70
9#6A7670
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C3 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A4 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD8A | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF6E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B58 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C633F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124028 | 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: #E3F7ED;
--emerald-200: #CBF0DD;
--emerald-300: #A4E5C3;
--emerald-400: #74D8A4;
--emerald-500: #4CCD8A;
--emerald-600: #31AF6E;
--emerald-700: #278B58;
--emerald-800: #1C633F;
--emerald-900: #124028;
--emerald-950: #0B2819;
}