Black
#101E23
BlueColor Codes
All color formats for development
HEX
#101E23RGB
rgb(16, 30, 35)HSL
hsl(196, 37%, 10%)OKLCH
oklch(0.225 0.022 222.5)CMYK
cmyk(54%, 14%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1B1F
2#0D181C
3#0B1518
4#0A1215
5#080F11
6#060C0E
7#05090A
8#030607
9#020303
Tints
Lighter variations
1#1F3942
2#2D5462
3#3B6F81
4#4A8AA1
5#62A0B7
6#81B3C5
7#A1C6D4
8#C0D9E2
9#E0ECF1
Tones
Muted variations
1#111D22
2#121D21
3#131D20
4#141C1F
5#151C1E
6#161B1D
7#171B1C
8#181A1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCE #AFCEDA | BordersInactive statesPlaceholder text |
| 400 | 85B5 #85B5C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A0 #62A0B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4784 #47849A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3869 #38697A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284B #284B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A30 #1A3038 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F9FA;
--black-100: #E7F0F4;
--black-200: #D2E4EA;
--black-300: #AFCEDA;
--black-400: #85B5C7;
--black-500: #62A0B7;
--black-600: #47849A;
--black-700: #38697A;
--black-800: #284B57;
--black-900: #1A3038;
--black-950: #101E23;
}