Black
#0B2810
GreenColor Codes
All color formats for development
HEX
#0B2810RGB
rgb(11, 40, 16)HSL
hsl(130, 57%, 10%)OKLCH
oklch(0.247 0.056 147)CMYK
cmyk(73%, 0%, 60%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A240E
2#09200D
3#081C0B
4#071809
5#051408
6#041006
7#030C05
8#020803
9#010402
Tints
Lighter variations
1#154C1E
2#1F702C
3#29943A
4#32B849
5#4BCE61
6#6FD880
7#93E1A0
8#B7EBC0
9#DBF5DF
Tones
Muted variations
1#0C2711
2#0E2512
3#0F2413
4#112214
5#122115
6#141F16
7#151E17
8#171C18
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6AE | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D984 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE61 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B046 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6428 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124019 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2810 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF4;
--black-100: #E3F7E6;
--black-200: #CBF1D1;
--black-300: #A3E6AE;
--black-400: #73D984;
--black-500: #4BCE61;
--black-600: #30B046;
--black-700: #268C37;
--black-800: #1B6428;
--black-900: #124019;
--black-950: #0B2810;
}