Emerald
#2FB19C
CyanColor Codes
All color formats for development
HEX
#2FB19CRGB
rgb(47, 177, 156)HSL
hsl(170, 58%, 44%)OKLCH
oklch(0.687 0.114 179.3)CMYK
cmyk(73%, 0%, 12%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA08C
2#268E7C
3#217C6D
4#1C6A5D
5#18594E
6#13473E
7#0E352F
8#09231F
9#051210
Tints
Lighter variations
1#35C8AF
2#4BCFB9
3#61D5C2
4#78DBCA
5#8EE1D3
6#A5E7DC
7#BBEDE5
8#D2F3ED
9#E8F9F6
Tones
Muted variations
1#36AB97
2#3CA493
3#439E8F
4#49978A
5#509186
6#568A82
7#5D847D
8#637D79
9#6A7775
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6DB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC8 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB19C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6558 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114039 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFA;
--emerald-100: #E3F8F4;
--emerald-200: #CBF1EB;
--emerald-300: #A2E6DB;
--emerald-400: #72DAC8;
--emerald-500: #4ACFB9;
--emerald-600: #2FB19C;
--emerald-700: #258D7C;
--emerald-800: #1B6558;
--emerald-900: #114039;
--emerald-950: #0B2823;
}