Emerald
#42D7C0
CyanColor Codes
All color formats for development
HEX
#42D7C0RGB
rgb(66, 215, 192)HSL
hsl(171, 65%, 55%)OKLCH
oklch(0.796 0.128 180.3)CMYK
cmyk(69%, 0%, 11%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD0B8
2#27B9A3
3#22A28F
4#1D8B7A
5#197466
6#145D52
7#0F453D
8#0A2E29
9#051714
Tints
Lighter variations
1#55DBC7
2#68DFCD
3#7AE3D3
4#8DE7D9
5#A0EBE0
6#B3EFE6
7#C6F3EC
8#D9F7F2
9#ECFBF9
Tones
Muted variations
1#49CFBB
2#51C8B6
3#58C0B1
4#5FB9AC
5#67B2A6
6#6EAAA1
7#76A39C
8#7D9B97
9#859491
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADF | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0CE | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16695D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCFB;
--emerald-100: #E2F9F5;
--emerald-200: #C8F3ED;
--emerald-300: #9EEADF;
--emerald-400: #6CE0CE;
--emerald-500: #42D7C0;
--emerald-600: #27B9A3;
--emerald-700: #1F9382;
--emerald-800: #16695D;
--emerald-900: #0E433B;
--emerald-950: #092A25;
}