Emerald
#1CC465
GreenColor Codes
All color formats for development
HEX
#1CC465RGB
rgb(28, 196, 101)HSL
hsl(146, 75%, 44%)OKLCH
oklch(0.72 0.186 151.4)CMYK
cmyk(86%, 0%, 48%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19B15B
2#169D51
3#148947
4#11763D
5#0E6232
6#0B4F28
7#083B1E
8#062714
9#03140A
Tints
Lighter variations
1#20DD72
2#37E281
3#50E691
4#69EAA1
5#82EDB0
6#9BF1C0
7#B4F4D0
8#CDF8E0
9#E6FBEF
Tones
Muted variations
1#24BC66
2#2DB467
3#35AB68
4#3EA369
5#469A6B
6#4F926C
7#57896D
8#5F816E
9#68796F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0BE | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E99D | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E281 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC465 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C50 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107039 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4725 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FBEB;
--emerald-200: #C5F7DB;
--emerald-300: #98F0BE;
--emerald-400: #63E99D;
--emerald-500: #36E281;
--emerald-600: #1CC465;
--emerald-700: #169C50;
--emerald-800: #107039;
--emerald-900: #0A4725;
--emerald-950: #062D17;
}