Black

#14181F

Blue

Color Codes

All color formats for development

HEX
#14181F
RGB
rgb(20, 24, 31)
HSL
hsl(218, 22%, 10%)
OKLCH
oklch(0.208 0.015 261.6)
CMYK
cmyk(35%, 23%, 0%, 88%)

Accessibility

WCAG contrast compliance

On White Background

17.79: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
#F6F7
100
#E9EC
200
#D7DC
300
#B7C1
400
#92A1
500
#7386
600
#586A
700
#4654
800
#323C
900
#2026
950
#1418

Shades

Darker variations

1#12161C
2#101319
3#0E1116
4#0C0E13
5#0A0C10
6#080A0C
7#060709
8#040506
9#020203

Tints

Lighter variations

1#262E3B
2#384357
3#4A5973
4#5B6E8F
5#7386A5
6#8F9EB7
7#ABB6C9
8#C7CEDB
9#E3E7ED

Tones

Muted variations

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

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EC
#E9ECF1
Light backgroundsTable row hoverSkeleton loading
200
D7DC
#D7DCE5
Secondary backgroundsInput backgroundsDividers
300
B7C1
#B7C1D1
BordersInactive statesPlaceholder text
400
92A1
#92A1B9
Disabled statesSecondary iconsMuted text
500
7386
#7386A5
Primary brand colorCTAsActive elementsLinks
600
586A
#586A89
Hover statesFocus ringsPrimary buttons hover
700
4654
#46546D
Active/pressed statesDark mode accentsSecondary text
800
323C
#323C4E
Text on light backgroundsHeadingsStrong borders
900
2026
#202632
Primary textHigh emphasis contentDark headings
950
1418
#14181F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F6F7F9;
  --black-100: #E9ECF1;
  --black-200: #D7DCE5;
  --black-300: #B7C1D1;
  --black-400: #92A1B9;
  --black-500: #7386A5;
  --black-600: #586A89;
  --black-700: #46546D;
  --black-800: #323C4E;
  --black-900: #202632;
  --black-950: #14181F;
}
Generate More ShadesCreate PaletteConvert Color