Emerald
#6DDF9A
GreenColor Codes
All color formats for development
HEX
#6DDF9ARGB
rgb(109, 223, 154)HSL
hsl(144, 64%, 65%)OKLCH
oklch(0.819 0.144 154.9)CMYK
cmyk(51%, 0%, 31%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D988
2#36D375
3#2ABE65
4#24A357
5#1E8848
6#186D3A
7#12522B
8#0C361D
9#061B0E
Tints
Lighter variations
1#7BE2A4
2#8AE5AE
3#99E9B9
4#A7ECC3
5#B6EFCD
6#C4F2D7
7#D3F5E1
8#E2F9EB
9#F0FCF5
Tones
Muted variations
1#72D99B
2#78D39D
3#7ECE9E
4#83C89F
5#89C2A0
6#8FBDA1
7#95B7A2
8#9AB1A3
9#A0ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABD | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF9A | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D67E | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20924E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176938 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E2F9EB;
--emerald-200: #C9F3DA;
--emerald-300: #9FEABD;
--emerald-400: #6DDF9A;
--emerald-500: #43D67E;
--emerald-600: #28B862;
--emerald-700: #20924E;
--emerald-800: #176938;
--emerald-900: #0F4324;
--emerald-950: #092A16;
}