Black
#0B280B
GreenColor Codes
All color formats for development
HEX
#0B280BRGB
rgb(11, 40, 11)HSL
hsl(120, 57%, 10%)OKLCH
oklch(0.246 0.062 143.4)CMYK
cmyk(73%, 0%, 73%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A240A
2#092009
3#081C08
4#071807
5#051405
6#041004
7#030C03
8#020802
9#010401
Tints
Lighter variations
1#154C15
2#1F701F
3#299429
4#32B832
5#4BCE4B
6#6FD86F
7#93E193
8#B7EBB7
9#DBF5DB
Tones
Muted variations
1#0C270C
2#0E250E
3#0F240F
4#112211
5#122112
6#141F14
7#151E15
8#171C17
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6A3 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D973 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE4B | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B030 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C26 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B641B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124012 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF3;
--black-100: #E3F7E3;
--black-200: #CBF1CB;
--black-300: #A3E6A3;
--black-400: #73D973;
--black-500: #4BCE4B;
--black-600: #30B030;
--black-700: #268C26;
--black-800: #1B641B;
--black-900: #124012;
--black-950: #0B280B;
}