Black
#0A2913
GreenColor Codes
All color formats for development
HEX
#0A2913RGB
rgb(10, 41, 19)HSL
hsl(137, 61%, 10%)OKLCH
oklch(0.251 0.055 150.1)CMYK
cmyk(76%, 0%, 54%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092511
2#08210F
3#071D0D
4#06190B
5#051509
6#041008
7#030C06
8#020804
9#010402
Tints
Lighter variations
1#134E24
2#1C7335
3#259845
4#2EBD56
5#46D26E
6#6BDB8B
7#90E4A8
8#B5EDC5
9#DAF6E2
Tones
Muted variations
1#0C2713
2#0D2614
3#0F2415
4#102315
5#122116
6#132017
7#151E17
8#161D18
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC8E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D26E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB553 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239042 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF5;
--black-100: #E2F8E8;
--black-200: #CAF2D5;
--black-300: #A1E8B5;
--black-400: #6FDC8E;
--black-500: #46D26E;
--black-600: #2CB553;
--black-700: #239042;
--black-800: #19672F;
--black-900: #10421E;
--black-950: #0A2913;
}