Emerald
#2DB49B
CyanColor Codes
All color formats for development
HEX
#2DB49BRGB
rgb(45, 180, 155)HSL
hsl(169, 60%, 44%)OKLCH
oklch(0.694 0.118 177)CMYK
cmyk(75%, 0%, 14%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A28B
2#24907C
3#1F7E6C
4#1B6C5D
5#165A4D
6#12483E
7#0D362E
8#09241F
9#04120F
Tints
Lighter variations
1#33CAAF
2#48D1B8
3#5FD7C1
4#76DDCA
5#8DE2D3
6#A4E8DC
7#BAEEE4
8#D1F4ED
9#E8F9F6
Tones
Muted variations
1#34AD97
2#3AA692
3#419F8E
4#48998A
5#4F9286
6#558B81
7#5C847D
8#637E79
9#697774
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 #CAF2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DB | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBC8 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB49B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6658 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104138 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFA;
--emerald-100: #E2F8F4;
--emerald-200: #CAF2EA;
--emerald-300: #A1E8DB;
--emerald-400: #70DBC8;
--emerald-500: #47D1B8;
--emerald-600: #2DB49B;
--emerald-700: #248F7B;
--emerald-800: #1A6658;
--emerald-900: #104138;
--emerald-950: #0A2923;
}