Black
#102223
CyanColor Codes
All color formats for development
HEX
#102223RGB
rgb(16, 34, 35)HSL
hsl(183, 37%, 10%)OKLCH
oklch(0.237 0.024 200.2)CMYK
cmyk(54%, 3%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1F1F
2#0D1B1C
3#0B1818
4#0A1415
5#081111
6#060E0E
7#050A0A
8#030707
9#020303
Tints
Lighter variations
1#1F4142
2#2D5F62
3#3B7E81
4#4A9CA1
5#62B2B7
6#81C2C5
7#A1D1D4
8#C0E0E2
9#E0F0F1
Tones
Muted variations
1#112122
2#122021
3#131F20
4#141F1F
5#151E1E
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 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E9 #D2E9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD8 #AFD8DA | BordersInactive statesPlaceholder text |
| 400 | 85C3 #85C3C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B2 #62B2B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4796 #47969A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3877 #38777A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2855 #285557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A36 #1A3638 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5FAFA;
--black-100: #E7F3F4;
--black-200: #D2E9EA;
--black-300: #AFD8DA;
--black-400: #85C3C7;
--black-500: #62B2B7;
--black-600: #47969A;
--black-700: #38777A;
--black-800: #285557;
--black-900: #1A3638;
--black-950: #102223;
}