Black
#101F23
CyanColor Codes
All color formats for development
HEX
#101F23RGB
rgb(16, 31, 35)HSL
hsl(193, 37%, 10%)OKLCH
oklch(0.228 0.022 216.5)CMYK
cmyk(54%, 11%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1C1F
2#0D191C
3#0B1618
4#0A1315
5#080F11
6#060C0E
7#05090A
8#030607
9#020303
Tints
Lighter variations
1#1F3B42
2#2D5662
3#3B7281
4#4A8EA1
5#62A4B7
6#81B6C5
7#A1C9D4
8#C0DBE2
9#E0EDF1
Tones
Muted variations
1#111E22
2#121E21
3#131D20
4#141D1F
5#151C1E
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 | E7F1 #E7F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E5 #D2E5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD1 #AFD1DA | BordersInactive statesPlaceholder text |
| 400 | 85B8 #85B8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A4 #62A4B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4788 #47889A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386C #386C7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284D #284D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A31 #1A3138 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F9FA;
--black-100: #E7F1F4;
--black-200: #D2E5EA;
--black-300: #AFD1DA;
--black-400: #85B8C7;
--black-500: #62A4B7;
--black-600: #47889A;
--black-700: #386C7A;
--black-800: #284D57;
--black-900: #1A3138;
--black-950: #101F23;
}