Black
#112022
CyanColor Codes
All color formats for development
HEX
#112022RGB
rgb(17, 32, 34)HSL
hsl(187, 33%, 10%)OKLCH
oklch(0.231 0.021 206.5)CMYK
cmyk(50%, 6%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1D1F
2#0E1A1B
3#0C1618
4#0A1314
5#091011
6#070D0E
7#050A0A
8#030607
9#020303
Tints
Lighter variations
1#203D40
2#30595F
3#3F767D
4#4F939C
5#66A9B2
6#85BAC1
7#A3CCD1
8#C2DDE0
9#E0EEF0
Tones
Muted variations
1#121F21
2#131F20
3#141E1F
4#141D1F
5#151D1E
6#161C1D
7#171B1C
8#181B1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E6 #D3E6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D3 #B1D3D8 | BordersInactive statesPlaceholder text |
| 400 | 88BC #88BCC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A9 #66A9B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B8D #4B8D95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C70 #3C7077 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B50 #2B5055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B33 #1B3336 | Primary textHigh emphasis contentDark headings |
| 950 | 1120 #112022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F9FA;
--black-100: #E7F2F3;
--black-200: #D3E6E9;
--black-300: #B1D3D8;
--black-400: #88BCC3;
--black-500: #66A9B2;
--black-600: #4B8D95;
--black-700: #3C7077;
--black-800: #2B5055;
--black-900: #1B3336;
--black-950: #112022;
}