Black
#101423
BlueColor Codes
All color formats for development
HEX
#101423RGB
rgb(16, 20, 35)HSL
hsl(227, 37%, 10%)OKLCH
oklch(0.195 0.031 271.9)CMYK
cmyk(54%, 43%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E121F
2#0D101C
3#0B0E18
4#0A0C15
5#080A11
6#06080E
7#05060A
8#030407
9#020203
Tints
Lighter variations
1#1F2642
2#2D3862
3#3B4B81
4#4A5DA1
5#6274B7
6#8190C5
7#A1ACD4
8#C0C7E2
9#E0E3F1
Tones
Muted variations
1#111522
2#121521
3#131620
4#14161F
5#15171E
6#16171D
7#17181C
8#18181B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB8 #AFB8DA | BordersInactive statesPlaceholder text |
| 400 | 8593 #8593C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6274 #6274B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4759 #47599A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3847 #38477A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2832 #283257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2038 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F6FA;
--black-100: #E7E9F4;
--black-200: #D2D7EA;
--black-300: #AFB8DA;
--black-400: #8593C7;
--black-500: #6274B7;
--black-600: #47599A;
--black-700: #38477A;
--black-800: #283257;
--black-900: #1A2038;
--black-950: #101423;
}