Black
#101023
BlueColor Codes
All color formats for development
HEX
#101023RGB
rgb(16, 16, 35)HSL
hsl(240, 37%, 10%)OKLCH
oklch(0.184 0.038 282)CMYK
cmyk(54%, 54%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0E1F
2#0D0D1C
3#0B0B18
4#0A0A15
5#080811
6#06060E
7#05050A
8#030307
9#020203
Tints
Lighter variations
1#1F1F42
2#2D2D62
3#3B3B81
4#4A4AA1
5#6262B7
6#8181C5
7#A1A1D4
8#C0C0E2
9#E0E0F1
Tones
Muted variations
1#111122
2#121221
3#131320
4#14141F
5#15151E
6#16161D
7#17171C
8#18181B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFAF #AFAFDA | BordersInactive statesPlaceholder text |
| 400 | 8585 #8585C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6262 #6262B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4747 #47479A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3838 #38387A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2828 #282857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1A #1A1A38 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F5FA;
--black-100: #E7E7F4;
--black-200: #D2D2EA;
--black-300: #AFAFDA;
--black-400: #8585C7;
--black-500: #6262B7;
--black-600: #47479A;
--black-700: #38387A;
--black-800: #282857;
--black-900: #1A1A38;
--black-950: #101023;
}