Emerald
#46D2BB
CyanColor Codes
All color formats for development
HEX
#46D2BBRGB
rgb(70, 210, 187)HSL
hsl(170, 61%, 55%)OKLCH
oklch(0.783 0.123 179.7)CMYK
cmyk(67%, 0%, 11%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CBB2
2#2CB59E
3#269E8A
4#218776
5#1B7163
6#165A4F
7#10443B
8#0B2D27
9#051714
Tints
Lighter variations
1#59D7C2
2#6BDBC9
3#7EE0CF
4#90E4D6
5#A3E9DD
6#B5EDE4
7#C8F2EB
8#DAF6F1
9#EDFBF8
Tones
Muted variations
1#4DCBB6
2#54C4B2
3#5BBDAD
4#62B6A8
5#69AFA4
6#70A89F
7#77A19A
8#7E9A96
9#859391
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCA | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB59E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104239 | 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: #F3FCFA;
--emerald-100: #E2F8F4;
--emerald-200: #CAF2EB;
--emerald-300: #A1E8DC;
--emerald-400: #6FDCCA;
--emerald-500: #46D2BB;
--emerald-600: #2CB59E;
--emerald-700: #23907E;
--emerald-800: #19675A;
--emerald-900: #104239;
--emerald-950: #0A2924;
}