Black
#101B23
BlueColor Codes
All color formats for development
HEX
#101B23RGB
rgb(16, 27, 35)HSL
hsl(205, 37%, 10%)OKLCH
oklch(0.216 0.022 240.7)CMYK
cmyk(54%, 23%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E181F
2#0D161C
3#0B1318
4#0A1015
5#080E11
6#060B0E
7#05080A
8#030507
9#020303
Tints
Lighter variations
1#1F3342
2#2D4C62
3#3B6481
4#4A7DA1
5#6293B7
6#81A9C5
7#A1BED4
8#C0D4E2
9#E0E9F1
Tones
Muted variations
1#111B22
2#121B21
3#131B20
4#141A1F
5#151A1E
6#161A1D
7#171A1C
8#181A1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E0 #D2E0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC8 #AFC8DA | BordersInactive statesPlaceholder text |
| 400 | 85AB #85ABC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6293 #6293B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4777 #47779A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385F #385F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2844 #284457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2B #1A2B38 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F8FA;
--black-100: #E7EEF4;
--black-200: #D2E0EA;
--black-300: #AFC8DA;
--black-400: #85ABC7;
--black-500: #6293B7;
--black-600: #47779A;
--black-700: #385F7A;
--black-800: #284457;
--black-900: #1A2B38;
--black-950: #101B23;
}