Black
#0B2813
GreenColor Codes
All color formats for development
HEX
#0B2813RGB
rgb(11, 40, 19)HSL
hsl(137, 57%, 10%)OKLCH
oklch(0.248 0.053 150)CMYK
cmyk(73%, 0%, 53%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2411
2#09200F
3#081C0D
4#07180C
5#05140A
6#041008
7#030C06
8#020804
9#010402
Tints
Lighter variations
1#154C24
2#1F7036
3#299447
4#32B858
5#4BCE70
6#6FD88D
7#93E1A9
8#B7EBC6
9#DBF5E2
Tones
Muted variations
1#0C2714
2#0E2514
3#0F2415
4#112216
5#122116
6#141F17
7#151E18
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 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6B6 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D990 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE70 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B054 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6430 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2813 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCF5;
--black-100: #E3F7E9;
--black-200: #CBF1D6;
--black-300: #A3E6B6;
--black-400: #73D990;
--black-500: #4BCE70;
--black-600: #30B054;
--black-700: #268C43;
--black-800: #1B6430;
--black-900: #12401F;
--black-950: #0B2813;
}