Emerald
#1BC59E
CyanColor Codes
All color formats for development
HEX
#1BC59ERGB
rgb(27, 197, 158)HSL
hsl(166, 76%, 44%)OKLCH
oklch(0.735 0.139 171.3)CMYK
cmyk(86%, 0%, 20%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B28E
2#169E7E
3#138A6E
4#10765F
5#0D634F
6#0B4F3F
7#083B2F
8#052720
9#031410
Tints
Lighter variations
1#1EDFB2
2#36E4BB
3#4FE7C4
4#68EACC
5#81EED5
6#9AF1DD
7#B4F5E6
8#CDF8EE
9#E6FCF7
Tones
Muted variations
1#23BD99
2#2CB495
3#35AC90
4#3DA38B
5#469B87
6#4E9282
7#578A7E
8#5F8179
9#687975
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC59E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4839 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FBF4;
--emerald-200: #C5F7EB;
--emerald-300: #98F1DC;
--emerald-400: #62EACA;
--emerald-500: #35E3BB;
--emerald-600: #1BC59E;
--emerald-700: #159D7D;
--emerald-800: #0F705A;
--emerald-900: #0A4839;
--emerald-950: #062D24;
}