Emerald
#43D6C0
CyanColor Codes
All color formats for development
HEX
#43D6C0RGB
rgb(67, 214, 192)HSL
hsl(171, 64%, 55%)OKLCH
oklch(0.794 0.126 180.8)CMYK
cmyk(69%, 0%, 10%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCFB7
2#28B8A2
3#23A18E
4#1E8A7A
5#197366
6#145C51
7#0F453D
8#0A2E29
9#051714
Tints
Lighter variations
1#56DAC6
2#68DECC
3#7BE2D3
4#8EE6D9
5#A1EADF
6#B4EEE6
7#C7F3EC
8#D9F7F2
9#ECFBF9
Tones
Muted variations
1#4ACEBB
2#51C7B5
3#59C0B0
4#60B8AB
5#68B1A6
6#6FAAA1
7#76A29C
8#7E9B97
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 | C9F3 #C9F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEADF | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFCE | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433B | 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: #C9F3ED;
--emerald-300: #9FEADF;
--emerald-400: #6DDFCE;
--emerald-500: #43D6C0;
--emerald-600: #28B8A2;
--emerald-700: #209281;
--emerald-800: #17695C;
--emerald-900: #0F433B;
--emerald-950: #092A25;
}