Emerald
#12CE9F
CyanColor Codes
All color formats for development
HEX
#12CE9FRGB
rgb(18, 206, 159)HSL
hsl(165, 84%, 44%)OKLCH
oklch(0.758 0.15 168.6)CMYK
cmyk(91%, 0%, 23%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10BA8F
2#0EA57F
3#0D9170
4#0B7C60
5#096750
6#075340
7#053E30
8#042920
9#021510
Tints
Lighter variations
1#14E9B4
2#2DEDBD
3#47EFC5
4#61F1CD
5#7CF4D6
6#96F6DE
7#B0F8E6
8#CAFAEE
9#E5FDF7
Tones
Muted variations
1#1BC59B
2#25BC96
3#2EB291
4#38A98C
5#419F88
6#4B9683
7#548C7E
8#5D837A
9#677A75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6DD | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1CB | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA47F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A755B | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFB;
--emerald-100: #DEFCF5;
--emerald-200: #C2FAEC;
--emerald-300: #93F6DD;
--emerald-400: #5BF1CB;
--emerald-500: #2CEDBC;
--emerald-600: #12CE9F;
--emerald-700: #0EA47F;
--emerald-800: #0A755B;
--emerald-900: #074B3A;
--emerald-950: #042F24;
}