Emerald
#42D7BB
CyanColor Codes
All color formats for development
HEX
#42D7BBRGB
rgb(66, 215, 187)HSL
hsl(169, 65%, 55%)OKLCH
oklch(0.795 0.13 177.4)CMYK
cmyk(69%, 0%, 13%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD0B2
2#27B99E
3#22A28B
4#1D8B77
5#197463
6#145D4F
7#0F453B
8#0A2E28
9#051714
Tints
Lighter variations
1#55DBC2
2#68DFC9
3#7AE3D0
4#8DE7D6
5#A0EBDD
6#B3EFE4
7#C6F3EB
8#D9F7F1
9#ECFBF8
Tones
Muted variations
1#49CFB7
2#51C8B2
3#58C0AD
4#5FB9A9
5#67B2A4
6#6EAA9F
7#76A39A
8#7D9B96
9#859491
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADC | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0CA | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B99E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F937E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16695A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCFA;
--emerald-100: #E2F9F4;
--emerald-200: #C8F3EB;
--emerald-300: #9EEADC;
--emerald-400: #6CE0CA;
--emerald-500: #42D7BB;
--emerald-600: #27B99E;
--emerald-700: #1F937E;
--emerald-800: #16695A;
--emerald-900: #0E433A;
--emerald-950: #092A24;
}