Emerald
#43D6B3
CyanColor Codes
All color formats for development
HEX
#43D6B3RGB
rgb(67, 214, 179)HSL
hsl(166, 64%, 55%)OKLCH
oklch(0.79 0.133 173.4)CMYK
cmyk(69%, 0%, 16%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCFA9
2#28B896
3#23A184
4#1E8A71
5#19735E
6#145C4B
7#0F4538
8#0A2E26
9#051713
Tints
Lighter variations
1#56DABB
2#68DEC3
3#7BE2CA
4#8EE6D2
5#A1EAD9
6#B4EEE1
7#C7F3E8
8#D9F7F0
9#ECFBF7
Tones
Muted variations
1#4ACEB0
2#51C7AC
3#59C0A8
4#60B8A4
5#68B1A0
6#6FAA9C
7#76A298
8#7E9B94
9#859490
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC4 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B896 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209278 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176956 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4337 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCFA;
--emerald-100: #E2F9F3;
--emerald-200: #C9F3E9;
--emerald-300: #9FEAD8;
--emerald-400: #6DDFC4;
--emerald-500: #43D6B3;
--emerald-600: #28B896;
--emerald-700: #209278;
--emerald-800: #176956;
--emerald-900: #0F4337;
--emerald-950: #092A22;
}