Black

#15181E

Blue

Color Codes

All color formats for development

HEX
#15181E
RGB
rgb(21, 24, 30)
HSL
hsl(220, 18%, 10%)
OKLCH
oklch(0.209 0.013 264.2)
CMYK
cmyk(30%, 20%, 0%, 88%)

Accessibility

WCAG contrast compliance

On White Background

17.78: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
#EAEC
200
#D8DC
300
#BAC1
400
#96A0
500
#7885
600
#5C69
700
#4954
800
#343C
900
#2126
950
#1518

Shades

Darker variations

1#13161B
2#111318
3#0F1115
4#0D0E12
5#0A0C0F
6#080A0C
7#060709
8#040506
9#020203

Tints

Lighter variations

1#282E39
2#3B4354
3#4D596F
4#606E8A
5#7885A1
6#939EB4
7#AEB6C7
8#C9CED9
9#E4E7EC

Tones

Muted variations

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

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF0
Light backgroundsTable row hoverSkeleton loading
200
D8DC
#D8DCE4
Secondary backgroundsInput backgroundsDividers
300
BAC1
#BAC1CF
BordersInactive statesPlaceholder text
400
96A0
#96A0B6
Disabled statesSecondary iconsMuted text
500
7885
#7885A1
Primary brand colorCTAsActive elementsLinks
600
5C69
#5C6984
Hover statesFocus ringsPrimary buttons hover
700
4954
#495469
Active/pressed statesDark mode accentsSecondary text
800
343C
#343C4B
Text on light backgroundsHeadingsStrong borders
900
2126
#212630
Primary textHigh emphasis contentDark headings
950
1518
#15181E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F6F7F9;
  --black-100: #EAECF0;
  --black-200: #D8DCE4;
  --black-300: #BAC1CF;
  --black-400: #96A0B6;
  --black-500: #7885A1;
  --black-600: #5C6984;
  --black-700: #495469;
  --black-800: #343C4B;
  --black-900: #212630;
  --black-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color