Black
#0A2910
GreenColor Codes
All color formats for development
HEX
#0A2910RGB
rgb(10, 41, 16)HSL
hsl(132, 61%, 10%)OKLCH
oklch(0.25 0.059 147.3)CMYK
cmyk(76%, 0%, 61%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09250F
2#08210D
3#071D0B
4#06190A
5#051508
6#041006
7#030C05
8#020803
9#010402
Tints
Lighter variations
1#134E1F
2#1C732D
3#25983C
4#2EBD4A
5#46D262
6#6BDB82
7#90E4A1
8#B5EDC0
9#DAF6E0
Tones
Muted variations
1#0C2711
2#0D2612
3#0F2413
4#102314
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 #CAF2D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC85 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D262 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB547 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239039 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196728 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2910 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF5;
--black-100: #E2F8E7;
--black-200: #CAF2D2;
--black-300: #A1E8AF;
--black-400: #6FDC85;
--black-500: #46D262;
--black-600: #2CB547;
--black-700: #239039;
--black-800: #196728;
--black-900: #10421A;
--black-950: #0A2910;
}