Emerald
#12CEB5
CyanColor Codes
All color formats for development
HEX
#12CEB5RGB
rgb(18, 206, 181)HSL
hsl(172, 84%, 44%)OKLCH
oklch(0.764 0.137 179.7)CMYK
cmyk(91%, 0%, 12%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10BAA3
2#0EA591
3#0D917F
4#0B7C6D
5#09675B
6#075349
7#053E36
8#042924
9#021512
Tints
Lighter variations
1#14E9CC
2#2DEDD3
3#47EFD9
4#61F1DE
5#7CF4E4
6#96F6E9
7#B0F8EF
8#CAFAF4
9#E5FDFA
Tones
Muted variations
1#1BC5AE
2#25BCA7
3#2EB2A1
4#38A99A
5#419F93
6#4B968C
7#548C85
8#5D837E
9#677A77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E8 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1DD | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B42 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFC;
--emerald-100: #DEFCF8;
--emerald-200: #C2FAF2;
--emerald-300: #93F6E8;
--emerald-400: #5BF1DD;
--emerald-500: #2CEDD3;
--emerald-600: #12CEB5;
--emerald-700: #0EA490;
--emerald-800: #0A7567;
--emerald-900: #074B42;
--emerald-950: #042F29;
}