Black

#131820

Blue

Color Codes

All color formats for development

HEX
#131820
RGB
rgb(19, 24, 32)
HSL
hsl(217, 25%, 10%)
OKLCH
oklch(0.208 0.018 259.7)
CMYK
cmyk(41%, 25%, 0%, 87%)

Accessibility

WCAG contrast compliance

On White Background

17.81:1

AA AAA

On Black Background

1.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9EC
200
#D6DC
300
#B6C1
400
#8FA1
500
#7086
600
#546A
700
#4354
800
#303C
900
#1F26
950
#1318

Shades

Darker variations

1#11161D
2#0F131A
3#0D1116
4#0B0E13
5#0A0C10
6#080A0D
7#06070A
8#040506
9#020203

Tints

Lighter variations

1#242E3D
2#364359
3#475976
4#586E93
5#7086A9
6#8C9EBA
7#A9B6CB
8#C6CEDD
9#E2E7EE

Tones

Muted variations

1#14181F
2#14181F
3#15181E
4#16191D
5#16191D
6#17191C
7#18191B
8#18191B
9#19191A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EC
#E9ECF2
Light backgroundsTable row hoverSkeleton loading
200
D6DC
#D6DCE6
Secondary backgroundsInput backgroundsDividers
300
B6C1
#B6C1D3
BordersInactive statesPlaceholder text
400
8FA1
#8FA1BC
Disabled statesSecondary iconsMuted text
500
7086
#7086A9
Primary brand colorCTAsActive elementsLinks
600
546A
#546A8C
Hover statesFocus ringsPrimary buttons hover
700
4354
#435470
Active/pressed statesDark mode accentsSecondary text
800
303C
#303C50
Text on light backgroundsHeadingsStrong borders
900
1F26
#1F2633
Primary textHigh emphasis contentDark headings
950
1318
#131820
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F5F7F9;
  --black-100: #E9ECF2;
  --black-200: #D6DCE6;
  --black-300: #B6C1D3;
  --black-400: #8FA1BC;
  --black-500: #7086A9;
  --black-600: #546A8C;
  --black-700: #435470;
  --black-800: #303C50;
  --black-900: #1F2633;
  --black-950: #131820;
}
Generate More ShadesCreate PaletteConvert Color