Black
#0B2822
CyanColor Codes
All color formats for development
HEX
#0B2822RGB
rgb(11, 40, 34)HSL
hsl(168, 57%, 10%)OKLCH
oklch(0.253 0.037 177.4)CMYK
cmyk(73%, 0%, 15%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A241F
2#09201B
3#081C18
4#071815
5#051411
6#04100E
7#030C0A
8#020807
9#010403
Tints
Lighter variations
1#154C41
2#1F7060
3#29947F
4#32B89D
5#4BCEB3
6#6FD8C3
7#93E1D2
8#B7EBE1
9#DBF5F0
Tones
Muted variations
1#0C2721
2#0E2520
3#0F2420
4#11221F
5#12211E
6#141F1D
7#151E1C
8#171C1B
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6D8 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9C4 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B097 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6456 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124037 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCFA;
--black-100: #E3F7F3;
--black-200: #CBF1E9;
--black-300: #A3E6D8;
--black-400: #73D9C4;
--black-500: #4BCEB3;
--black-600: #30B097;
--black-700: #268C78;
--black-800: #1B6456;
--black-900: #124037;
--black-950: #0B2822;
}