Black
#101123
BlueColor Codes
All color formats for development
HEX
#101123RGB
rgb(16, 17, 35)HSL
hsl(237, 37%, 10%)OKLCH
oklch(0.187 0.036 279.8)CMYK
cmyk(54%, 51%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0F1F
2#0D0E1C
3#0B0C18
4#0A0A15
5#080911
6#06070E
7#05050A
8#030307
9#020203
Tints
Lighter variations
1#1F2042
2#2D3062
3#3B3F81
4#4A4EA1
5#6266B7
6#8185C5
7#A1A3D4
8#C0C2E2
9#E0E0F1
Tones
Muted variations
1#111222
2#121321
3#131420
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 | D2D3 #D2D3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB1 #AFB1DA | BordersInactive statesPlaceholder text |
| 400 | 8588 #8588C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6266 #6266B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474B #474B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383C #383C7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282B #282B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1B #1A1B38 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F5FA;
--black-100: #E7E7F4;
--black-200: #D2D3EA;
--black-300: #AFB1DA;
--black-400: #8588C7;
--black-500: #6266B7;
--black-600: #474B9A;
--black-700: #383C7A;
--black-800: #282B57;
--black-900: #1A1B38;
--black-950: #101123;
}