Emerald
#27B975
GreenColor Codes
All color formats for development
HEX
#27B975RGB
rgb(39, 185, 117)HSL
hsl(152, 65%, 44%)OKLCH
oklch(0.696 0.155 157)CMYK
cmyk(79%, 0%, 37%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A769
2#1F945E
3#1B8252
4#186F46
5#145D3B
6#104A2F
7#0C3823
8#082517
9#04130C
Tints
Lighter variations
1#2CD184
2#43D792
3#5ADC9F
4#72E1AD
5#89E6BB
6#A1EBC8
7#B8F0D6
8#D0F5E4
9#E7FAF1
Tones
Muted variations
1#2FB275
2#36AB74
3#3DA374
4#449C73
5#4C9573
6#538D72
7#5A8672
8#627F71
9#697771
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAC7 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0AA | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D791 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B975 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F935D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166943 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E432B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF8;
--emerald-100: #E2F9EE;
--emerald-200: #C8F3DF;
--emerald-300: #9EEAC7;
--emerald-400: #6CE0AA;
--emerald-500: #42D791;
--emerald-600: #27B975;
--emerald-700: #1F935D;
--emerald-800: #166943;
--emerald-900: #0E432B;
--emerald-950: #092A1B;
}