Black
#0B280C
GreenColor Codes
All color formats for development
HEX
#0B280CRGB
rgb(11, 40, 12)HSL
hsl(122, 57%, 10%)OKLCH
oklch(0.247 0.061 144)CMYK
cmyk(73%, 0%, 70%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A240B
2#09200A
3#081C08
4#071807
5#051406
6#041005
7#030C04
8#020802
9#010401
Tints
Lighter variations
1#154C17
2#1F7021
3#29942C
4#32B837
5#4BCE4F
6#6FD872
7#93E196
8#B7EBB9
9#DBF5DC
Tones
Muted variations
1#0C270D
2#0E250F
3#0F2410
4#112211
5#122113
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 #E3F7E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6A5 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D976 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE4F | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B035 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C2A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B641E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124013 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF3;
--black-100: #E3F7E4;
--black-200: #CBF1CC;
--black-300: #A3E6A5;
--black-400: #73D976;
--black-500: #4BCE4F;
--black-600: #30B035;
--black-700: #268C2A;
--black-800: #1B641E;
--black-900: #124013;
--black-950: #0B280C;
}