Black
#101D23
BlueColor Codes
All color formats for development
HEX
#101D23RGB
rgb(16, 29, 35)HSL
hsl(199, 37%, 10%)OKLCH
oklch(0.222 0.022 228.6)CMYK
cmyk(54%, 17%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1A1F
2#0D171C
3#0B1418
4#0A1115
5#080E11
6#060C0E
7#05090A
8#030607
9#020303
Tints
Lighter variations
1#1F3742
2#2D5162
3#3B6B81
4#4A85A1
5#629CB7
6#81B0C5
7#A1C3D4
8#C0D7E2
9#E0EBF1
Tones
Muted variations
1#111D22
2#121C21
3#131C20
4#141C1F
5#151B1E
6#161B1D
7#171B1C
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 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E2 #D2E2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCC #AFCCDA | BordersInactive statesPlaceholder text |
| 400 | 85B2 #85B2C7 | Disabled statesSecondary iconsMuted text |
| 500 | 629C #629CB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477F #477F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3865 #38657A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2848 #284857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2E #1A2E38 | Primary textHigh emphasis contentDark headings |
| 950 | 101D #101D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F8FA;
--black-100: #E7F0F4;
--black-200: #D2E2EA;
--black-300: #AFCCDA;
--black-400: #85B2C7;
--black-500: #629CB7;
--black-600: #477F9A;
--black-700: #38657A;
--black-800: #284857;
--black-900: #1A2E38;
--black-950: #101D23;
}