Emerald
#43D6C2
CyanColor Codes
All color formats for development
HEX
#43D6C2RGB
rgb(67, 214, 194)HSL
hsl(172, 64%, 55%)OKLCH
oklch(0.795 0.126 182)CMYK
cmyk(69%, 0%, 9%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCFB9
2#28B8A5
3#23A190
4#1E8A7C
5#197367
6#145C52
7#0F453E
8#0A2E29
9#051715
Tints
Lighter variations
1#56DAC8
2#68DECE
3#7BE2D4
4#8EE6DA
5#A1EAE1
6#B4EEE7
7#C7F3ED
8#D9F7F3
9#ECFBF9
Tones
Muted variations
1#4ACEBD
2#51C7B7
3#59C0B2
4#60B8AD
5#68B1A7
6#6FAAA2
7#76A29C
8#7E9B97
9#859492
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE0 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD0 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209283 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433C | 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: #E2F9F6;
--emerald-200: #C9F3ED;
--emerald-300: #9FEAE0;
--emerald-400: #6DDFD0;
--emerald-500: #43D6C2;
--emerald-600: #28B8A5;
--emerald-700: #209283;
--emerald-800: #17695E;
--emerald-900: #0F433C;
--emerald-950: #092A25;
}