Black
#101923
BlueColor Codes
All color formats for development
HEX
#101923RGB
rgb(16, 25, 35)HSL
hsl(212, 37%, 10%)OKLCH
oklch(0.21 0.024 251.6)CMYK
cmyk(54%, 29%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E161F
2#0D141C
3#0B1118
4#0A0F15
5#080C11
6#060A0E
7#05070A
8#030507
9#020203
Tints
Lighter variations
1#1F2F42
2#2D4662
3#3B5C81
4#4A72A1
5#6289B7
6#81A1C5
7#A1B8D4
8#C0D0E2
9#E0E7F1
Tones
Muted variations
1#111922
2#121921
3#131920
4#14191F
5#15191E
6#16191D
7#17191C
8#18191B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DD #D2DDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC3 #AFC3DA | BordersInactive statesPlaceholder text |
| 400 | 85A4 #85A4C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6289 #6289B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 476D #476D9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3857 #38577A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283E #283E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A28 #1A2838 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F7FA;
--black-100: #E7EDF4;
--black-200: #D2DDEA;
--black-300: #AFC3DA;
--black-400: #85A4C7;
--black-500: #6289B7;
--black-600: #476D9A;
--black-700: #38577A;
--black-800: #283E57;
--black-900: #1A2838;
--black-950: #101923;
}