Black

#15161E

Blue

Color Codes

All color formats for development

HEX
#15161E
RGB
rgb(21, 22, 30)
HSL
hsl(233, 18%, 10%)
OKLCH
oklch(0.203 0.016 279.3)
CMYK
cmyk(30%, 27%, 0%, 88%)

Accessibility

WCAG contrast compliance

On White Background

18.02:1

AA AAA

On Black Background

1.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEB
200
#D8D9
300
#BABC
400
#9699
500
#787C
600
#5C61
700
#494D
800
#3437
900
#2123
950
#1516

Shades

Darker variations

1#13141B
2#111218
3#0F0F15
4#0D0D12
5#0A0B0F
6#08090C
7#060709
8#040406
9#020203

Tints

Lighter variations

1#282A39
2#3B3E54
3#4D516F
4#60658A
5#787CA1
6#9397B4
7#AEB1C7
8#C9CBD9
9#E4E5EC

Tones

Muted variations

1#15161E
2#16171D
3#16171D
4#17171C
5#17181C
6#18181B
7#18181B
8#19191A
9#19191A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEB
#EAEBF0
Light backgroundsTable row hoverSkeleton loading
200
D8D9
#D8D9E4
Secondary backgroundsInput backgroundsDividers
300
BABC
#BABCCF
BordersInactive statesPlaceholder text
400
9699
#9699B6
Disabled statesSecondary iconsMuted text
500
787C
#787CA1
Primary brand colorCTAsActive elementsLinks
600
5C61
#5C6184
Hover statesFocus ringsPrimary buttons hover
700
494D
#494D69
Active/pressed statesDark mode accentsSecondary text
800
3437
#34374B
Text on light backgroundsHeadingsStrong borders
900
2123
#212330
Primary textHigh emphasis contentDark headings
950
1516
#15161E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F6F6F9;
  --black-100: #EAEBF0;
  --black-200: #D8D9E4;
  --black-300: #BABCCF;
  --black-400: #9699B6;
  --black-500: #787CA1;
  --black-600: #5C6184;
  --black-700: #494D69;
  --black-800: #34374B;
  --black-900: #212330;
  --black-950: #15161E;
}
Generate More ShadesCreate PaletteConvert Color