Black
#0B2817
GreenColor Codes
All color formats for development
HEX
#0B2817RGB
rgb(11, 40, 23)HSL
hsl(145, 57%, 10%)OKLCH
oklch(0.249 0.048 154.9)CMYK
cmyk(73%, 0%, 42%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2415
2#092012
3#081C10
4#07180E
5#05140C
6#041009
7#030C07
8#020805
9#010402
Tints
Lighter variations
1#154C2C
2#1F7041
3#299455
4#32B86A
5#4BCE81
6#6FD89A
7#93E1B4
8#B7EBCD
9#DBF5E6
Tones
Muted variations
1#0C2717
2#0E2518
3#0F2418
4#112218
5#122118
6#141F19
7#151E19
8#171C19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6BF | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D99D | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE81 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B066 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B643A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124025 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF7;
--black-100: #E3F7EB;
--black-200: #CBF1DB;
--black-300: #A3E6BF;
--black-400: #73D99D;
--black-500: #4BCE81;
--black-600: #30B066;
--black-700: #268C51;
--black-800: #1B643A;
--black-900: #124025;
--black-950: #0B2817;
}