Emerald
#25F49A
GreenColor Codes
All color formats for development
HEX
#25F49ARGB
rgb(37, 244, 154)HSL
hsl(154, 90%, 55%)OKLCH
oklch(0.854 0.196 157.2)CMYK
cmyk(85%, 0%, 37%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DF08D
2#0BD57E
3#0ABB6E
4#08A05E
5#07854F
6#066B3F
7#04502F
8#03351F
9#011B10
Tints
Lighter variations
1#3BF5A4
2#51F6AE
3#66F7B8
4#7CF8C2
5#92F9CD
6#A8FAD7
7#BEFCE1
8#D3FDEB
9#E9FEF5
Tones
Muted variations
1#2FE999
2#3ADF97
3#44D596
4#4ECA95
5#59C093
6#63B692
7#6DAB90
8#78A18F
9#82978E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9CB | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6B0 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F49A | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD57E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E2E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEF8;
--emerald-100: #DDFDEF;
--emerald-200: #C0FCE2;
--emerald-300: #90F9CB;
--emerald-400: #55F6B0;
--emerald-500: #25F49A;
--emerald-600: #0BD57E;
--emerald-700: #09AA64;
--emerald-800: #067947;
--emerald-900: #044E2E;
--emerald-950: #03301D;
}