Green
#0D451A
GreenColor Codes
All color formats for development
HEX
#0D451ARGB
rgb(13, 69, 26)HSL
hsl(134, 68%, 16%)OKLCH
oklch(0.344 0.091 147.1)CMYK
cmyk(81%, 0%, 62%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E17
2#0A3715
3#093012
4#082910
5#07220D
6#051B0A
7#041508
8#030E05
9#010703
Tints
Lighter variations
1#146928
2#1B8D35
3#22B143
4#28D451
5#4BDD6D
6#6FE48A
7#93EAA7
8#B7F1C5
9#DBF8E2
Tones
Muted variations
1#10421B
2#133F1D
3#153C1E
4#183920
5#1B3721
6#1E3423
7#203124
8#232E26
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECAF | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E285 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA63 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC48 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9639 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B29 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF5;
--green-100: #E1F9E7;
--green-200: #C7F4D2;
--green-300: #9CECAF;
--green-400: #69E285;
--green-500: #3EDA63;
--green-600: #24BC48;
--green-700: #1D9639;
--green-800: #146B29;
--green-900: #0D451A;
--green-950: #082B10;
}