Black
#0B2728
CyanColor Codes
All color formats for development
HEX
#0B2728RGB
rgb(11, 39, 40)HSL
hsl(182, 57%, 10%)OKLCH
oklch(0.252 0.033 198.5)CMYK
cmyk(73%, 2%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2324
2#091F20
3#081B1C
4#071718
5#051414
6#041010
7#030C0C
8#020808
9#010404
Tints
Lighter variations
1#154A4C
2#1F6D70
3#299194
4#32B4B8
5#4BC9CE
6#6FD4D8
7#93DFE1
8#B7EAEB
9#DBF4F5
Tones
Muted variations
1#0C2627
2#0E2425
3#0F2324
4#112222
5#122021
6#141F1F
7#151E1E
8#171C1C
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEF #CBEFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E4 #A3E4E6 | BordersInactive statesPlaceholder text |
| 400 | 73D5 #73D5D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BC9 #4BC9CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 30AC #30ACB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2689 #26898C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B62 #1B6264 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FBFC;
--black-100: #E3F7F7;
--black-200: #CBEFF1;
--black-300: #A3E4E6;
--black-400: #73D5D9;
--black-500: #4BC9CE;
--black-600: #30ACB0;
--black-700: #26898C;
--black-800: #1B6264;
--black-900: #123F40;
--black-950: #0B2728;
}