Black
#102123
CyanColor Codes
All color formats for development
HEX
#102123RGB
rgb(16, 33, 35)HSL
hsl(186, 37%, 10%)OKLCH
oklch(0.234 0.023 205.3)CMYK
cmyk(54%, 6%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1E1F
2#0D1A1C
3#0B1718
4#0A1415
5#081111
6#060D0E
7#050A0A
8#030707
9#020303
Tints
Lighter variations
1#1F3F42
2#2D5D62
3#3B7A81
4#4A98A1
5#62AEB7
6#81BEC5
7#A1CFD4
8#C0DFE2
9#E0EFF1
Tones
Muted variations
1#112022
2#122021
3#131F20
4#141E1F
5#151D1E
6#161D1D
7#171C1C
8#181B1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD6 #AFD6DA | BordersInactive statesPlaceholder text |
| 400 | 85C0 #85C0C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AE #62AEB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4791 #47919A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3874 #38747A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2853 #285357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A35 #1A3538 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5FAFA;
--black-100: #E7F2F4;
--black-200: #D2E8EA;
--black-300: #AFD6DA;
--black-400: #85C0C7;
--black-500: #62AEB7;
--black-600: #47919A;
--black-700: #38747A;
--black-800: #285357;
--black-900: #1A3538;
--black-950: #102123;
}