Emerald
#46D2B4
CyanColor Codes
All color formats for development
HEX
#46D2B4RGB
rgb(70, 210, 180)HSL
hsl(167, 61%, 55%)OKLCH
oklch(0.781 0.127 175.6)CMYK
cmyk(67%, 0%, 14%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CBAA
2#2CB597
3#269E84
4#218771
5#1B715E
6#165A4B
7#104439
8#0B2D26
9#051713
Tints
Lighter variations
1#59D7BB
2#6BDBC3
3#7EE0CA
4#90E4D2
5#A3E9D9
6#B5EDE1
7#C8F2E8
8#DAF6F0
9#EDFBF7
Tones
Muted variations
1#4DCBB0
2#54C4AC
3#5BBDA8
4#62B6A4
5#69AFA0
6#70A89C
7#77A198
8#7E9A94
9#859390
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D9 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC5 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB597 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239078 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196756 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104237 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFA;
--emerald-100: #E2F8F3;
--emerald-200: #CAF2E9;
--emerald-300: #A1E8D9;
--emerald-400: #6FDCC5;
--emerald-500: #46D2B4;
--emerald-600: #2CB597;
--emerald-700: #239078;
--emerald-800: #196756;
--emerald-900: #104237;
--emerald-950: #0A2922;
}