Black
#0B2824
CyanColor Codes
All color formats for development
HEX
#0B2824RGB
rgb(11, 40, 36)HSL
hsl(172, 57%, 10%)OKLCH
oklch(0.254 0.035 183)CMYK
cmyk(73%, 0%, 10%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2421
2#09201D
3#081C19
4#071816
5#051412
6#04100E
7#030C0B
8#020807
9#010404
Tints
Lighter variations
1#154C45
2#1F7065
3#299486
4#32B8A6
5#4BCEBC
6#6FD8CA
7#93E1D7
8#B7EBE4
9#DBF5F2
Tones
Muted variations
1#0C2723
2#0E2522
3#0F2421
4#112220
5#12211F
6#141F1E
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 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6DD | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9CB | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B09F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B645A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCFB;
--black-100: #E3F7F5;
--black-200: #CBF1EC;
--black-300: #A3E6DD;
--black-400: #73D9CB;
--black-500: #4BCEBC;
--black-600: #30B09F;
--black-700: #268C7F;
--black-800: #1B645A;
--black-900: #12403A;
--black-950: #0B2824;
}