Black
#101823
BlueColor Codes
All color formats for development
HEX
#101823RGB
rgb(16, 24, 35)HSL
hsl(215, 37%, 10%)OKLCH
oklch(0.207 0.025 256.5)CMYK
cmyk(54%, 31%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E161F
2#0D131C
3#0B1118
4#0A0E15
5#080C11
6#060A0E
7#05070A
8#030507
9#020203
Tints
Lighter variations
1#1F2D42
2#2D4362
3#3B5981
4#4A6EA1
5#6285B7
6#819EC5
7#A1B6D4
8#C0CEE2
9#E0E7F1
Tones
Muted variations
1#111822
2#121821
3#131820
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 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DC #D2DCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC1 #AFC1DA | BordersInactive statesPlaceholder text |
| 400 | 85A0 #85A0C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6285 #6285B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4769 #47699A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3854 #38547A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283C #283C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A26 #1A2638 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F7FA;
--black-100: #E7ECF4;
--black-200: #D2DCEA;
--black-300: #AFC1DA;
--black-400: #85A0C7;
--black-500: #6285B7;
--black-600: #47699A;
--black-700: #38547A;
--black-800: #283C57;
--black-900: #1A2638;
--black-950: #101823;
}