Black

#171A1C

Blue

Color Codes

All color formats for development

HEX
#171A1C
RGB
rgb(23, 26, 28)
HSL
hsl(204, 10%, 10%)
OKLCH
oklch(0.215 0.006 236.9)
CMYK
cmyk(18%, 7%, 0%, 89%)

Accessibility

WCAG contrast compliance

On White Background

17.49:1

AA AAA

On Black Background

1.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#EBEE
200
#DBDF
300
#BEC6
400
#9DA8
500
#818F
600
#6572
700
#505B
800
#3941
900
#252A
950
#171A

Shades

Darker variations

1#151719
2#121516
3#101214
4#0E1011
5#0B0D0E
6#090A0B
7#070808
8#050506
9#020303

Tints

Lighter variations

1#2C3135
2#40494F
3#556068
4#6A7881
5#818F98
6#9AA5AC
7#B3BCC1
8#CDD2D6
9#E6E9EA

Tones

Muted variations

1#171A1C
2#171A1C
3#181A1B
4#181A1B
5#181A1B
6#181A1B
7#191A1A
8#191A1A
9#191A1A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DBDF
#DBDFE1
Secondary backgroundsInput backgroundsDividers
300
BEC6
#BEC6CA
BordersInactive statesPlaceholder text
400
9DA8
#9DA8AF
Disabled statesSecondary iconsMuted text
500
818F
#818F98
Primary brand colorCTAsActive elementsLinks
600
6572
#65727B
Hover statesFocus ringsPrimary buttons hover
700
505B
#505B62
Active/pressed statesDark mode accentsSecondary text
800
3941
#394146
Text on light backgroundsHeadingsStrong borders
900
252A
#252A2D
Primary textHigh emphasis contentDark headings
950
171A
#171A1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F7F8F8;
  --black-100: #EBEEEF;
  --black-200: #DBDFE1;
  --black-300: #BEC6CA;
  --black-400: #9DA8AF;
  --black-500: #818F98;
  --black-600: #65727B;
  --black-700: #505B62;
  --black-800: #394146;
  --black-900: #252A2D;
  --black-950: #171A1C;
}
Generate More ShadesCreate PaletteConvert Color