Black
#0B2812
GreenColor Codes
All color formats for development
HEX
#0B2812RGB
rgb(11, 40, 18)HSL
hsl(134, 57%, 10%)OKLCH
oklch(0.248 0.054 148.9)CMYK
cmyk(73%, 0%, 55%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2410
2#09200E
3#081C0C
4#07180B
5#051409
6#041007
7#030C05
8#020804
9#010402
Tints
Lighter variations
1#154C22
2#1F7032
3#299442
4#32B852
5#4BCE69
6#6FD887
7#93E1A5
8#B7EBC3
9#DBF5E1
Tones
Muted variations
1#0C2713
2#0E2513
3#0F2414
4#112215
5#122116
6#141F16
7#151E17
8#171C18
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6B3 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D98B | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE69 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B04E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B642C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2812 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF5;
--black-100: #E3F7E8;
--black-200: #CBF1D4;
--black-300: #A3E6B3;
--black-400: #73D98B;
--black-500: #4BCE69;
--black-600: #30B04E;
--black-700: #268C3E;
--black-800: #1B642C;
--black-900: #12401C;
--black-950: #0B2812;
}