Emerald
#69E294
GreenColor Codes
All color formats for development
HEX
#69E294RGB
rgb(105, 226, 148)HSL
hsl(141, 68%, 65%)OKLCH
oklch(0.824 0.156 153.1)CMYK
cmyk(54%, 0%, 35%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDD80
2#31D86C
3#25C35C
4#20A74F
5#1B8B42
6#156F35
7#105428
8#0B381A
9#051C0D
Tints
Lighter variations
1#78E59E
2#87E8A9
3#96EBB4
4#A5EEBF
5#B4F1C9
6#C3F4D4
7#D2F6DF
8#E1F9EA
9#F0FCF4
Tones
Muted variations
1#6FDC95
2#75D697
3#7BD099
4#81CA9B
5#87C49D
6#8DBE9E
7#94B8A0
8#9AB2A2
9#A0ACA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB8 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E294 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA75 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9647 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4520 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E1F9EA;
--emerald-200: #C7F4D7;
--emerald-300: #9CECB8;
--emerald-400: #69E294;
--emerald-500: #3EDA75;
--emerald-600: #24BC59;
--emerald-700: #1D9647;
--emerald-800: #146B33;
--emerald-900: #0D4520;
--emerald-950: #082B14;
}