Emerald
#24BC9E
CyanColor Codes
All color formats for development
HEX
#24BC9ERGB
rgb(36, 188, 158)HSL
hsl(168, 68%, 44%)OKLCH
oklch(0.713 0.128 175)CMYK
cmyk(81%, 0%, 16%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20AA8E
2#1D977E
3#19846F
4#16715F
5#125E4F
6#0E4B3F
7#0B392F
8#072620
9#041310
Tints
Lighter variations
1#28D4B2
2#3FDABB
3#57DFC4
4#6FE4CC
5#87E8D5
6#9FEDDD
7#B7F1E6
8#CFF6EE
9#E7FAF7
Tones
Muted variations
1#2CB599
2#33AD95
3#3BA690
4#429E8C
5#4A9687
6#528F83
7#59877E
8#617F79
9#697875
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDC | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2CA | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D967E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4539 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E1F9F4;
--emerald-200: #C7F4EB;
--emerald-300: #9CECDC;
--emerald-400: #69E2CA;
--emerald-500: #3EDABB;
--emerald-600: #24BC9E;
--emerald-700: #1D967E;
--emerald-800: #146B5A;
--emerald-900: #0D4539;
--emerald-950: #082B24;
}