Black

#14161F

Blue

Color Codes

All color formats for development

HEX
#14161F
RGB
rgb(20, 22, 31)
HSL
hsl(229, 22%, 10%)
OKLCH
oklch(0.202 0.018 274.9)
CMYK
cmyk(35%, 29%, 0%, 88%)

Accessibility

WCAG contrast compliance

On White Background

18.04:1

AA AAA

On Black Background

1.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EB
200
#D7D9
300
#B7BC
400
#9299
500
#737C
600
#5861
700
#464D
800
#3237
900
#2023
950
#1416

Shades

Darker variations

1#12141C
2#101219
3#0E0F16
4#0C0D13
5#0A0B10
6#08090C
7#060709
8#040406
9#020203

Tints

Lighter variations

1#262A3B
2#383D57
3#4A5173
4#5B658F
5#737CA5
6#8F96B7
7#ABB1C9
8#C7CBDB
9#E3E5ED

Tones

Muted variations

1#14161F
2#15171E
3#16171D
4#16171D
5#17181C
6#17181C
7#18181B
8#18191B
9#19191A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF1
Light backgroundsTable row hoverSkeleton loading
200
D7D9
#D7D9E5
Secondary backgroundsInput backgroundsDividers
300
B7BC
#B7BCD1
BordersInactive statesPlaceholder text
400
9299
#9299B9
Disabled statesSecondary iconsMuted text
500
737C
#737CA5
Primary brand colorCTAsActive elementsLinks
600
5861
#586189
Hover statesFocus ringsPrimary buttons hover
700
464D
#464D6D
Active/pressed statesDark mode accentsSecondary text
800
3237
#32374E
Text on light backgroundsHeadingsStrong borders
900
2023
#202332
Primary textHigh emphasis contentDark headings
950
1416
#14161F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F6F6F9;
  --black-100: #E9EBF1;
  --black-200: #D7D9E5;
  --black-300: #B7BCD1;
  --black-400: #9299B9;
  --black-500: #737CA5;
  --black-600: #586189;
  --black-700: #464D6D;
  --black-800: #32374E;
  --black-900: #202332;
  --black-950: #14161F;
}
Generate More ShadesCreate PaletteConvert Color