Black
#101523
BlueColor Codes
All color formats for development
HEX
#101523RGB
rgb(16, 21, 35)HSL
hsl(224, 37%, 10%)OKLCH
oklch(0.198 0.029 268.6)CMYK
cmyk(54%, 40%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E131F
2#0D111C
3#0B0F18
4#0A0D15
5#080B11
6#06080E
7#05060A
8#030407
9#020203
Tints
Lighter variations
1#1F2842
2#2D3B62
3#3B4E81
4#4A61A1
5#6278B7
6#8193C5
7#A1AED4
8#C0C9E2
9#E0E4F1
Tones
Muted variations
1#111622
2#121621
3#131620
4#14171F
5#15171E
6#16181D
7#17181C
8#18191B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D8 #D2D8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBA #AFBADA | BordersInactive statesPlaceholder text |
| 400 | 8596 #8596C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6278 #6278B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475D #475D9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384A #384A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2835 #283557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2238 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F6FA;
--black-100: #E7EAF4;
--black-200: #D2D8EA;
--black-300: #AFBADA;
--black-400: #8596C7;
--black-500: #6278B7;
--black-600: #475D9A;
--black-700: #384A7A;
--black-800: #283557;
--black-900: #1A2238;
--black-950: #101523;
}