Black
#101A23
BlueColor Codes
All color formats for development
HEX
#101A23RGB
rgb(16, 26, 35)HSL
hsl(208, 37%, 10%)OKLCH
oklch(0.213 0.023 246.3)CMYK
cmyk(54%, 26%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E181F
2#0D151C
3#0B1218
4#0A1015
5#080D11
6#060A0E
7#05080A
8#030507
9#020303
Tints
Lighter variations
1#1F3242
2#2D4962
3#3B6181
4#4A78A1
5#628FB7
6#81A5C5
7#A1BCD4
8#C0D2E2
9#E0E9F1
Tones
Muted variations
1#111A22
2#121A21
3#131A20
4#141A1F
5#151A1E
6#161A1D
7#171A1C
8#181A1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC6 #AFC6DA | BordersInactive statesPlaceholder text |
| 400 | 85A8 #85A8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628F #628FB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4773 #47739A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385B #385B7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2841 #284157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2A #1A2A38 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F8FA;
--black-100: #E7EEF4;
--black-200: #D2DFEA;
--black-300: #AFC6DA;
--black-400: #85A8C7;
--black-500: #628FB7;
--black-600: #47739A;
--black-700: #385B7A;
--black-800: #284157;
--black-900: #1A2A38;
--black-950: #101A23;
}