Emerald
#46D2BD
CyanColor Codes
All color formats for development
HEX
#46D2BDRGB
rgb(70, 210, 189)HSL
hsl(171, 61%, 55%)OKLCH
oklch(0.784 0.122 181)CMYK
cmyk(67%, 0%, 10%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CBB4
2#2CB5A0
3#269E8C
4#218778
5#1B7164
6#165A50
7#10443C
8#0B2D28
9#051714
Tints
Lighter variations
1#59D7C4
2#6BDBCA
3#7EE0D1
4#90E4D8
5#A3E9DE
6#B5EDE5
7#C8F2EB
8#DAF6F2
9#EDFBF8
Tones
Muted variations
1#4DCBB8
2#54C4B3
3#5BBDAF
4#62B6AA
5#69AFA5
6#70A8A0
7#77A19B
8#7E9A96
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 #CAF2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2BD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFB;
--emerald-100: #E2F8F5;
--emerald-200: #CAF2EC;
--emerald-300: #A1E8DD;
--emerald-400: #6FDCCC;
--emerald-500: #46D2BD;
--emerald-600: #2CB5A0;
--emerald-700: #23907F;
--emerald-800: #19675B;
--emerald-900: #10423A;
--emerald-950: #0A2924;
}