Emerald
#24BCA8
CyanColor Codes
All color formats for development
HEX
#24BCA8RGB
rgb(36, 188, 168)HSL
hsl(172, 68%, 44%)OKLCH
oklch(0.716 0.122 181.2)CMYK
cmyk(81%, 0%, 11%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20AA97
2#1D9787
3#198476
4#167165
5#125E54
6#0E4B43
7#0B3932
8#072622
9#041311
Tints
Lighter variations
1#28D4BE
2#3FDAC6
3#57DFCD
4#6FE4D4
5#87E8DB
6#9FEDE2
7#B7F1EA
8#CFF6F1
9#E7FAF8
Tones
Muted variations
1#2CB5A3
2#33AD9D
3#3BA697
4#429E92
5#4A968C
6#528F87
7#598781
8#617F7B
9#697876
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE2 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFB;
--emerald-100: #E1F9F6;
--emerald-200: #C7F4EE;
--emerald-300: #9CECE2;
--emerald-400: #69E2D2;
--emerald-500: #3EDAC5;
--emerald-600: #24BCA8;
--emerald-700: #1D9686;
--emerald-800: #146B60;
--emerald-900: #0D453D;
--emerald-950: #082B26;
}