Black
#08212B
BlueColor Codes
All color formats for development
HEX
#08212BRGB
rgb(8, 33, 43)HSL
hsl(197, 69%, 10%)OKLCH
oklch(0.234 0.036 227.7)CMYK
cmyk(81%, 23%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071E27
2#061A22
3#06171E
4#05141A
5#041116
6#030D11
7#020A0D
8#020709
9#010304
Tints
Lighter variations
1#0F3F52
2#165D79
3#1D7B9F
4#2498C6
5#3DAFDB
6#64BFE3
7#8BCFEA
8#B1DFF1
9#D8EFF8
Tones
Muted variations
1#0A2029
2#0B2028
3#0D1F26
4#0F1E24
5#111D22
6#121D21
7#141C1F
8#161B1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E8 #C7E8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD6 #9CD6ED | BordersInactive statesPlaceholder text |
| 400 | 68C0 #68C0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DAF #3DAFDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2392 #2392BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C74 #1C7497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1453 #14536C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D35 #0D3545 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FAFD;
--black-100: #E1F2F9;
--black-200: #C7E8F5;
--black-300: #9CD6ED;
--black-400: #68C0E3;
--black-500: #3DAFDB;
--black-600: #2392BE;
--black-700: #1C7497;
--black-800: #14536C;
--black-900: #0D3545;
--black-950: #08212B;
}