Emerald
#46D2C0
CyanColor Codes
All color formats for development
HEX
#46D2C0RGB
rgb(70, 210, 192)HSL
hsl(172, 61%, 55%)OKLCH
oklch(0.785 0.121 182.9)CMYK
cmyk(67%, 0%, 9%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CBB7
2#2CB5A2
3#269E8E
4#21877A
5#1B7165
6#165A51
7#10443D
8#0B2D29
9#051714
Tints
Lighter variations
1#59D7C6
2#6BDBCC
3#7EE0D3
4#90E4D9
5#A3E9DF
6#B5EDE6
7#C8F2EC
8#DAF6F2
9#EDFBF9
Tones
Muted variations
1#4DCBBA
2#54C4B5
3#5BBDB0
4#62B6AB
5#69AFA6
6#70A8A1
7#77A19C
8#7E9A97
9#859391
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCE | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFB;
--emerald-100: #E2F8F5;
--emerald-200: #CAF2ED;
--emerald-300: #A1E8DF;
--emerald-400: #6FDCCE;
--emerald-500: #46D2C0;
--emerald-600: #2CB5A2;
--emerald-700: #239081;
--emerald-800: #19675C;
--emerald-900: #10423B;
--emerald-950: #0A2925;
}