Emerald
#1CC49A
CyanColor Codes
All color formats for development
HEX
#1CC49ARGB
rgb(28, 196, 154)HSL
hsl(165, 75%, 44%)OKLCH
oklch(0.732 0.141 169.7)CMYK
cmyk(86%, 0%, 21%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19B18B
2#169D7B
3#14896C
4#11765D
5#0E624D
6#0B4F3E
7#083B2E
8#06271F
9#03140F
Tints
Lighter variations
1#20DDAE
2#37E2B8
3#50E6C1
4#69EAC9
5#82EDD2
6#9BF1DB
7#B4F4E4
8#CDF8ED
9#E6FBF6
Tones
Muted variations
1#24BC96
2#2DB492
3#35AB8E
4#3EA389
5#469A85
6#4F9281
7#57897D
8#5F8179
9#687974
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0DA | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9C7 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC49A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4738 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FBF4;
--emerald-200: #C5F7EA;
--emerald-300: #98F0DA;
--emerald-400: #63E9C7;
--emerald-500: #36E2B7;
--emerald-600: #1CC49A;
--emerald-700: #169C7B;
--emerald-800: #107058;
--emerald-900: #0A4738;
--emerald-950: #062D23;
}