Emerald
#24BCA1
CyanColor Codes
All color formats for development
HEX
#24BCA1RGB
rgb(36, 188, 161)HSL
hsl(169, 68%, 44%)OKLCH
oklch(0.714 0.126 176.8)CMYK
cmyk(81%, 0%, 14%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20AA90
2#1D9780
3#198470
4#167160
5#125E50
6#0E4B40
7#0B3930
8#072620
9#041310
Tints
Lighter variations
1#28D4B5
2#3FDABE
3#57DFC6
4#6FE4CE
5#87E8D6
6#9FEDDE
7#B7F1E7
8#CFF6EF
9#E7FAF7
Tones
Muted variations
1#2CB59C
2#33AD97
3#3BA692
4#429E8D
5#4A9688
6#528F84
7#59877F
8#617F7A
9#697875
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDE | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2CC | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9680 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453A | 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: #F2FDFB;
--emerald-100: #E1F9F5;
--emerald-200: #C7F4EC;
--emerald-300: #9CECDE;
--emerald-400: #69E2CC;
--emerald-500: #3EDABE;
--emerald-600: #24BCA1;
--emerald-700: #1D9680;
--emerald-800: #146B5B;
--emerald-900: #0D453A;
--emerald-950: #082B24;
}