Emerald
#69E26F
GreenColor Codes
All color formats for development
HEX
#69E26FRGB
rgb(105, 226, 111)HSL
hsl(123, 68%, 65%)OKLCH
oklch(0.817 0.19 144.5)CMYK
cmyk(54%, 0%, 51%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDD54
2#31D83A
3#25C32D
4#20A727
5#1B8B20
6#156F1A
7#105413
8#0B380D
9#051C06
Tints
Lighter variations
1#78E57E
2#87E88C
3#96EB9A
4#A5EEA9
5#B4F1B7
6#C3F4C5
7#D2F6D4
8#E1F9E2
9#F0FCF1
Tones
Muted variations
1#6FDC75
2#75D67A
3#7BD080
4#81CA85
5#87C48A
6#8DBE90
7#94B895
8#9AB29B
9#A0ACA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECA0 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E26F | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA46 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC2C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9623 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B19 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4510 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF3;
--emerald-100: #E1F9E2;
--emerald-200: #C7F4CA;
--emerald-300: #9CECA0;
--emerald-400: #69E26F;
--emerald-500: #3EDA46;
--emerald-600: #24BC2C;
--emerald-700: #1D9623;
--emerald-800: #146B19;
--emerald-900: #0D4510;
--emerald-950: #082B0A;
}