Emerald
#25F497
GreenColor Codes
All color formats for development
HEX
#25F497RGB
rgb(37, 244, 151)HSL
hsl(153, 90%, 55%)OKLCH
oklch(0.853 0.199 156.5)CMYK
cmyk(85%, 0%, 38%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DF08A
2#0BD57A
3#0ABB6B
4#08A05C
5#07854C
6#066B3D
7#04502E
8#03351F
9#011B0F
Tints
Lighter variations
1#3BF5A1
2#51F6AB
3#66F7B6
4#7CF8C0
5#92F9CB
6#A8FAD5
7#BEFCE0
8#D3FDEA
9#E9FEF5
Tones
Muted variations
1#2FE996
2#3ADF95
3#44D593
4#4ECA92
5#59C091
6#63B690
7#6DAB8F
8#78A18E
9#82978D
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 #C0FCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9CA | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6AE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F497 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD57A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067945 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E2C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEF8;
--emerald-100: #DDFDEF;
--emerald-200: #C0FCE1;
--emerald-300: #90F9CA;
--emerald-400: #55F6AE;
--emerald-500: #25F497;
--emerald-600: #0BD57A;
--emerald-700: #09AA61;
--emerald-800: #067945;
--emerald-900: #044E2C;
--emerald-950: #03301C;
}