Black
#0B2826
CyanColor Codes
All color formats for development
HEX
#0B2826RGB
rgb(11, 40, 38)HSL
hsl(176, 57%, 10%)OKLCH
oklch(0.254 0.035 189)CMYK
cmyk(73%, 0%, 5%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2422
2#09201E
3#081C1B
4#071817
5#051413
6#04100F
7#030C0B
8#020808
9#010404
Tints
Lighter variations
1#154C48
2#1F706B
3#29948D
4#32B8AF
5#4BCEC5
6#6FD8D1
7#93E1DC
8#B7EBE8
9#DBF5F3
Tones
Muted variations
1#0C2725
2#0E2524
3#0F2422
4#112221
5#122120
6#141F1F
7#151E1D
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 #E3F7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6E1 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B0A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B645F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCFB;
--black-100: #E3F7F6;
--black-200: #CBF1EE;
--black-300: #A3E6E1;
--black-400: #73D9D2;
--black-500: #4BCEC5;
--black-600: #30B0A8;
--black-700: #268C85;
--black-800: #1B645F;
--black-900: #12403D;
--black-950: #0B2826;
}