Emerald
#2EEABB
CyanColor Codes
All color formats for development
HEX
#2EEABBRGB
rgb(46, 234, 187)HSL
hsl(165, 82%, 55%)OKLCH
oklch(0.838 0.157 170.5)CMYK
cmyk(80%, 0%, 20%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E6B2
2#14CC9E
3#12B38A
4#0F9977
5#0D8063
6#0A664F
7#084D3B
8#053328
9#031A14
Tints
Lighter variations
1#43ECC2
2#58EEC9
3#6DF1D0
4#82F3D6
5#97F5DD
6#ABF7E4
7#C0F9EB
8#D5FBF1
9#EAFDF8
Tones
Muted variations
1#38E1B7
2#41D8B2
3#4ACEAD
4#54C5A8
5#5DBBA4
6#67B29F
7#70A89A
8#799F96
9#839691
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4DC | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFCA | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A27E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B745A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFA;
--emerald-100: #DFFCF4;
--emerald-200: #C3F9EB;
--emerald-300: #94F4DC;
--emerald-400: #5DEFCA;
--emerald-500: #2EEABB;
--emerald-600: #14CC9E;
--emerald-700: #10A27E;
--emerald-800: #0B745A;
--emerald-900: #074A3A;
--emerald-950: #052E24;
}