Black
#0B2827
CyanColor Codes
All color formats for development
HEX
#0B2827RGB
rgb(11, 40, 39)HSL
hsl(178, 57%, 10%)OKLCH
oklch(0.255 0.034 192.1)CMYK
cmyk(73%, 0%, 2%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2423
2#09201F
3#081C1B
4#071817
5#051414
6#041010
7#030C0C
8#020808
9#010404
Tints
Lighter variations
1#154C4A
2#1F706D
3#299491
4#32B8B4
5#4BCEC9
6#6FD8D4
7#93E1DF
8#B7EBEA
9#DBF5F4
Tones
Muted variations
1#0C2726
2#0E2524
3#0F2423
4#112222
5#122120
6#141F1F
7#151E1E
8#171C1C
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6E4 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B0AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCFB;
--black-100: #E3F7F7;
--black-200: #CBF1EF;
--black-300: #A3E6E4;
--black-400: #73D9D5;
--black-500: #4BCEC9;
--black-600: #30B0AC;
--black-700: #268C89;
--black-800: #1B6462;
--black-900: #12403F;
--black-950: #0B2827;
}