Emerald
#6DDF83
GreenColor Codes
All color formats for development
HEX
#6DDF83RGB
rgb(109, 223, 131)HSL
hsl(132, 64%, 65%)OKLCH
oklch(0.815 0.165 148.1)CMYK
cmyk(51%, 0%, 41%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D96D
2#36D356
3#2ABE47
4#24A33D
5#1E8833
6#186D29
7#12521F
8#0C3614
9#061B0A
Tints
Lighter variations
1#7BE290
2#8AE59C
3#99E9A9
4#A7ECB5
5#B6EFC1
6#C4F2CE
7#D3F5DA
8#E2F9E6
9#F0FCF3
Tones
Muted variations
1#72D987
2#78D38A
3#7ECE8E
4#83C891
5#89C295
6#8FBD98
7#95B79B
8#9AB19F
9#A0ABA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAE | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF83 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D660 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B845 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209237 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176927 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4319 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF4;
--emerald-100: #E2F9E6;
--emerald-200: #C9F3D1;
--emerald-300: #9FEAAE;
--emerald-400: #6DDF83;
--emerald-500: #43D660;
--emerald-600: #28B845;
--emerald-700: #209237;
--emerald-800: #176927;
--emerald-900: #0F4319;
--emerald-950: #092A10;
}