Green
#0A481B
GreenColor Codes
All color formats for development
HEX
#0A481BRGB
rgb(10, 72, 27)HSL
hsl(136, 76%, 16%)OKLCH
oklch(0.353 0.096 147.6)CMYK
cmyk(86%, 0%, 63%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094118
2#083915
3#073212
4#062B10
5#05240D
6#041D0B
7#031608
8#020E05
9#010703
Tints
Lighter variations
1#0F6E28
2#149336
3#19B944
4#1EDF52
5#43E56E
6#68EA8B
7#8EF0A8
8#B4F5C5
9#D9FAE2
Tones
Muted variations
1#0D451C
2#10421D
3#133F1F
4#163B20
5#193822
6#1C3523
7#1F3224
8#232F26
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B0 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA86 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E364 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC548 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7029 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF5;
--green-100: #E0FBE7;
--green-200: #C5F7D2;
--green-300: #98F1B0;
--green-400: #62EA86;
--green-500: #35E364;
--green-600: #1BC548;
--green-700: #159D3A;
--green-800: #0F7029;
--green-900: #0A481A;
--green-950: #062D10;
}