Emerald
#46D2B2
CyanColor Codes
All color formats for development
HEX
#46D2B2RGB
rgb(70, 210, 178)HSL
hsl(166, 61%, 55%)OKLCH
oklch(0.781 0.128 174.4)CMYK
cmyk(67%, 0%, 15%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CBA7
2#2CB595
3#269E82
4#218770
5#1B715D
6#165A4A
7#104438
8#0B2D25
9#051713
Tints
Lighter variations
1#59D7B9
2#6BDBC1
3#7EE0C9
4#90E4D1
5#A3E9D8
6#B5EDE0
7#C8F2E8
8#DAF6F0
9#EDFBF7
Tones
Muted variations
1#4DCBAE
2#54C4AA
3#5BBDA6
4#62B6A3
5#69AF9F
6#70A89B
7#77A197
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 #A1E8D7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC3 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239076 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196754 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104236 | 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: #A1E8D7;
--emerald-400: #6FDCC3;
--emerald-500: #46D2B2;
--emerald-600: #2CB595;
--emerald-700: #239076;
--emerald-800: #196754;
--emerald-900: #104236;
--emerald-950: #0A2922;
}