Black
#0A2911
GreenColor Codes
All color formats for development
HEX
#0A2911RGB
rgb(10, 41, 17)HSL
hsl(134, 61%, 10%)OKLCH
oklch(0.251 0.057 148.2)CMYK
cmyk(76%, 0%, 59%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09250F
2#08210E
3#071D0C
4#06190A
5#051509
6#041007
7#030C05
8#020803
9#010402
Tints
Lighter variations
1#134E21
2#1C7330
3#259840
4#2EBD4F
5#46D267
6#6BDB85
7#90E4A4
8#B5EDC2
9#DAF6E1
Tones
Muted variations
1#0C2712
2#0D2613
3#0F2414
4#102315
5#122115
6#132016
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 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC89 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D267 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB54C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23903C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF5;
--black-100: #E2F8E7;
--black-200: #CAF2D3;
--black-300: #A1E8B1;
--black-400: #6FDC89;
--black-500: #46D267;
--black-600: #2CB54C;
--black-700: #23903C;
--black-800: #19672B;
--black-900: #10421C;
--black-950: #0A2911;
}